From 907f969628b538d8197e6173bc1853e50ce88946 Mon Sep 17 00:00:00 2001 From: Alison Hart Date: Wed, 18 Sep 2024 09:28:33 -0400 Subject: [PATCH] Release v0.4.25 (#292) No-Issue --- CHANGES.rst | 15 +++++++++++++++ CHANGES/2221.bugfix | 1 - CHANGES/3381.feature | 1 - galaxy_importer/__init__.py | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) delete mode 100644 CHANGES/2221.bugfix delete mode 100644 CHANGES/3381.feature diff --git a/CHANGES.rst b/CHANGES.rst index 0dc7f9eb..bfe459e0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,18 @@ +galaxy-importer 0.4.25 (2024-09-18) +=================================== + +Features +-------- + +- Upgraded the ansible-lint dependency upper bound from 24.7.0 to 24.9.0. (`AAH-3381 `_) + + +Bugfixes +-------- + +- Replaced bleach and bleach-allowlist with nh3 library. (`AAH-2221 `_) + + galaxy-importer 0.4.24 (2024-07-10) =================================== diff --git a/CHANGES/2221.bugfix b/CHANGES/2221.bugfix deleted file mode 100644 index 9ac25ba0..00000000 --- a/CHANGES/2221.bugfix +++ /dev/null @@ -1 +0,0 @@ -Replaced bleach and bleach-allowlist with nh3 library. diff --git a/CHANGES/3381.feature b/CHANGES/3381.feature deleted file mode 100644 index d316f831..00000000 --- a/CHANGES/3381.feature +++ /dev/null @@ -1 +0,0 @@ -Upgraded the ansible-lint dependency upper bound from 24.7.0 to 24.9.0. diff --git a/galaxy_importer/__init__.py b/galaxy_importer/__init__.py index 9e6207df..1cc3baa7 100644 --- a/galaxy_importer/__init__.py +++ b/galaxy_importer/__init__.py @@ -1 +1 @@ -__version__ = "0.4.24" +__version__ = "0.4.25"