From 970a80fe8773e7b5f314089846e4c19feedae253 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Fri, 20 Oct 2023 09:11:58 +1000 Subject: [PATCH] Release 1.5.0 --- CHANGELOG.md | 8 +++++++- setup.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03f128c..cbbcf78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - n/a +## [1.5.0] - 2023-10-20 + +- pubtools-pulplib integration now uses phase1 commits to ensure correct behavior + of Pulp fast-forward publish + ## [1.4.0] - 2023-09-27 - pubtools-pulplib integration can now be toggled via `EXODUS_PULP_HOOK_ENABLED` @@ -66,7 +71,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Introduce exodus-pulp hook implementers - Introduce project structure, config, CI -[Unreleased]: https://github.com/release-enineering/pubtools-exodus/compare/v1.4.0...HEAD +[Unreleased]: https://github.com/release-enineering/pubtools-exodus/compare/v1.5.0...HEAD +[1.5.0]: https://github.com/release-engineering/pubtools-exodus/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/release-engineering/pubtools-exodus/compare/v1.3.2...v1.4.0 [1.3.2]: https://github.com/release-engineering/pubtools-exodus/compare/v1.3.1...v1.3.2 [1.3.1]: https://github.com/release-engineering/pubtools-exodus/compare/v1.3.0...v1.3.1 diff --git a/setup.py b/setup.py index 509d8fc..3219090 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def get_requirements(): setup( name="pubtools-exodus", - version="1.4.0", + version="1.5.0", packages=find_packages(exclude=["tests"]), include_package_data=True, url="https://github.com/release-engineering/pubtools-exodus",