From 3069c849df72f23cfdda7e5694dd6e3836a74bc2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 12:55:42 +0200 Subject: [PATCH] chore(main): release 0.7.1 (#77) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ede105f..502283d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.1](https://github.com/hille721/ansible-variables/compare/v0.7.0...v0.7.1) (2024-09-16) + + +### Miscellaneous Chores + +* **deps:** bump pypa/gh-action-pypi-publish from 1.8.14 to 1.10.1 ([#75](https://github.com/hille721/ansible-variables/issues/75)) ([7f3c4ee](https://github.com/hille721/ansible-variables/commit/7f3c4ee2883e6bb90bc0ea1b59eb92585e2bba09)) + ## [0.7.0](https://github.com/hille721/ansible-variables/compare/v0.6.1...v0.7.0) (2024-05-31) diff --git a/setup.cfg b/setup.cfg index cd68b64..f3da12d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ansible-variables -version = 0.7.0 +version = 0.7.1 description = Keep track of Ansible host context variables long_description = file: README.md long_description_content_type = text/markdown