Skip to content

Commit

Permalink
Release v0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rbikar committed Oct 27, 2023
1 parent 12301dc commit c7c2bd0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
- n/a

## [0.14.3] - 2023-10-27

### Fixed

- Extraction of TTL from CDN headers

### Added

- Sanitization of ARL templates

## [0.14.2] - 2023-06-08

### Fixed
Expand Down Expand Up @@ -124,7 +134,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- py26 compatibility issue on travis
- rpm-py-installer requirement was made conditional

[Unreleased]: https://github.com/release-engineering/ubi-population-tool/compare/v0.14.2...HEAD
[Unreleased]: https://github.com/release-engineering/ubi-population-tool/compare/v0.14.3...HEAD
[0.14.3]: https://github.com/release-engineering/ubi-population-tool/compare/v0.14.2...0.14.3
[0.14.2]: https://github.com/release-engineering/ubi-population-tool/compare/v0.14.1...0.14.2
[0.14.1]: https://github.com/release-engineering/ubi-population-tool/compare/v0.14.0...0.14.1
[0.14.0]: https://github.com/release-engineering/ubi-population-tool/compare/v0.13.0...0.14.0
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="ubi-population-tool",
version="0.14.2",
version="0.14.3",
license="GNU General Public License",
author="",
author_email="",
Expand Down

0 comments on commit c7c2bd0

Please sign in to comment.