Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanpm committed Oct 19, 2023
1 parent de5506e commit 970a80f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 970a80f

Please sign in to comment.