chore: update version

This commit is contained in:
SuperQ 2023-03-05 12:05:10 +00:00 committed by github-actions[bot]
parent 99a78d4a3c
commit 685521ccb2
4 changed files with 15 additions and 2 deletions

View file

@ -5,6 +5,14 @@ Prometheus.Prometheus Release Notes
.. contents:: Topics
v0.1.5
======
Bugfixes
--------
- fix: follow PEP 440 standard for supported ansible versions (https://github.com/prometheus-community/ansible/pull/46)
v0.1.4
======

View file

@ -13,4 +13,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 0.1.4
version: 0.1.5

View file

@ -45,3 +45,8 @@ releases:
trivial:
- 'docs: add argument specs to roles (https://github.com/prometheus-community/ansible/pull/27)'
release_date: '2023-03-05'
0.1.5:
changes:
bugfixes:
- 'fix: follow PEP 440 standard for supported ansible versions (https://github.com/prometheus-community/ansible/pull/46)'
release_date: '2023-03-05'

View file

@ -1,7 +1,7 @@
---
namespace: prometheus
name: prometheus
version: 0.1.4
version: 0.1.5
readme: README.md
authors:
- "Ben Kochie (https://github.com/SuperQ)"