From afb7a43baae95eee08431854a7874159bb005d11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 08:31:22 +0200 Subject: [PATCH] chore(main): release 0.7.0 (#69) 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 d0f4ca1..ede105f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.0](https://github.com/hille721/ansible-variables/compare/v0.6.1...v0.7.0) (2024-05-31) + + +### Features + +* support for ansible-core 2.17 ([#67](https://github.com/hille721/ansible-variables/issues/67)) ([fa1967a](https://github.com/hille721/ansible-variables/commit/fa1967abbf28eca3ca192589a494fc0688b9cb31)) + ## [0.6.1](https://github.com/hille721/ansible-variables/compare/v0.6.0...v0.6.1) (2024-03-10) diff --git a/setup.cfg b/setup.cfg index 81fb7c5..cd68b64 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ansible-variables -version = 0.6.1 +version = 0.7.0 description = Keep track of Ansible host context variables long_description = file: README.md long_description_content_type = text/markdown