chore: update version

This commit is contained in:
SuperQ 2023-03-13 12:40:36 +00:00 committed by github-actions[bot]
parent 4f027625b3
commit a9e9b30815
4 changed files with 11 additions and 3 deletions

View file

@ -5,6 +5,9 @@ Prometheus.Prometheus Release Notes
.. contents:: Topics
v0.2.1
======
v0.2.0
======

View file

@ -13,4 +13,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 0.2.0
version: 0.2.1

View file

@ -65,6 +65,11 @@ releases:
- 'removed: community.crypto is only needed when testing (https://github.com/prometheus-community/ansible/pull/56)'
trivial:
- 'refactor: Disable line-length check in arguments_specs (https://github.com/prometheus-community/ansible/pull/58)'
- 'test: fix: 2.12+ test requirements install (https://github.com/prometheus-community/ansible/pull/61)'
- 'refactor: avoid using command module for systemd version fact (https://github.com/prometheus-community/ansible/pull/52)'
- 'test: fix: 2.12+ test requirements install (https://github.com/prometheus-community/ansible/pull/61)'
release_date: '2023-03-08'
0.2.1:
changes:
trivial:
- 'refactor: underscore variable prefix should be reserved... (https://github.com/prometheus-community/ansible/pull/65)'
release_date: '2023-03-13'

View file

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