From 35d5b0d65ef2be6e4d5b3ddfeffc9fc5e72e1516 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 22:25:33 +0200 Subject: [PATCH] chore(main): release 0.5.1 (#45) 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 5768437..3f0360b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.1](https://github.com/hille721/ansible-variables/compare/v0.5.0...v0.5.1) (2023-09-07) + + +### Bug Fixes + +* passing undefined variable to --var will lead to Exception ([#30](https://github.com/hille721/ansible-variables/issues/30)) ([dfbb736](https://github.com/hille721/ansible-variables/commit/dfbb7365d7834ae2275172d2e9465a042f41e5e0)) + ## [0.5.0](https://github.com/hille721/ansible-variables/compare/v0.4.3...v0.5.0) (2023-05-18) diff --git a/setup.cfg b/setup.cfg index 731f163..bf4e516 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ansible-variables -version = 0.5.0 +version = 0.5.1 description = Keep track of Ansible host context variables long_description = file: README.md long_description_content_type = text/markdown