From 1614d379f9d464e4e75a86691d816574e4d26eed Mon Sep 17 00:00:00 2001 From: pulpbot Date: Fri, 24 May 2024 03:19:51 +0000 Subject: [PATCH] Update Changelog --- CHANGES.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 27cd45b..611ca35 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,6 +10,46 @@ [//]: # (towncrier release notes start) +## 0.3.1 (2024-05-23) {: #0.3.1 } + + + +#### Bugfixes {: #0.3.1-bugfix } + +- Fixed compatibility with pulp-cli 0.25 and declared it properly for pulp-glue-maven. + + +### Pulp-maven GLUE {: #0.3.1-pulp-maven-glue } + + +No significant changes. + + +--- + +## 0.3.0 (2024-05-23) {: #0.3.0 } + + + +#### Bugfixes {: #0.3.0-bugfix } + +- Add version constrains to the compatibility with `pulp-cli`. + + +#### Deprecations and Removals {: #0.3.0-removal } + +- Bumped minimum pulp-cli version to 0.24.0. +- Dropped support for python <3.8. + + +### Pulp-maven GLUE {: #0.3.0-pulp-maven-glue } + + +No significant changes. + + +--- + ## 0.2.0 (2023-03-17) {: #0.2.0 }