chore: update version

This commit is contained in:
gardar 2024-10-02 10:14:44 +00:00 committed by github-actions[bot]
parent 36a91f010b
commit b5b43e2118
4 changed files with 15 additions and 2 deletions

View file

@ -4,6 +4,14 @@ Prometheus.Prometheus Release Notes
.. contents:: Topics
v0.20.0
=======
Minor Changes
-------------
- minor(ci): detect unused ansible variables (https://github.com/prometheus-community/ansible/pull/422)
v0.19.0
=======

View file

@ -13,4 +13,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 0.19.0
version: 0.20.0

View file

@ -1,6 +1,11 @@
---
ancestor:
releases:
0.20.0:
changes:
minor_changes:
- 'minor(ci): detect unused ansible variables (https://github.com/prometheus-community/ansible/pull/422)'
release_date: '2024-10-02'
0.19.0:
changes:
bugfixes:

View file

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