diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b390cd..3417af1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). -## [Unreleased] +## [0.14.1] - 2023-08-07 ### Fixed - Reverted invalid fix ([#255]) for libnssfix link failure ([#262]) - Fixed issue causing libnssfix link failure when building on GLIBC 2.34 again, @@ -10,6 +10,8 @@ This project adheres to [Semantic Versioning](https://semver.org/). ## [0.14.0] - 2023-07-10 +*This release was pulled from PyPI due to an incorrect fix in #255.* + ### Fixed - Fixed issue causing libnssfix link failure when building on GLIBC 2.34 ([#255]) @@ -250,7 +252,8 @@ This project adheres to [Semantic Versioning](https://semver.org/). Initial release -[Unreleased]: https://github.com/JonathonReinhart/staticx/compare/v0.14.0...HEAD +[Unreleased]: https://github.com/JonathonReinhart/staticx/compare/v0.14.1...HEAD +[0.14.1]: https://github.com/JonathonReinhart/staticx/compare/v0.14.0...v0.14.1 [0.14.0]: https://github.com/JonathonReinhart/staticx/compare/v0.13.9...v0.14.0 [0.13.9]: https://github.com/JonathonReinhart/staticx/compare/v0.13.8...v0.13.9 [0.13.8]: https://github.com/JonathonReinhart/staticx/compare/v0.13.7...v0.13.8 diff --git a/staticx/version.py b/staticx/version.py index 5c87fc4..36a4257 100644 --- a/staticx/version.py +++ b/staticx/version.py @@ -9,7 +9,7 @@ PROJPATH = PACKAGEPATH.parent # Base version, which will be augmented with Git information -BASE_VERSION = '0.14.0' +BASE_VERSION = '0.14.1' # This string will be replaced by `git-archive` # with the abbreviated commit hash