diff --git a/CHANGELOG.md b/CHANGELOG.md index 7326eb4..ac89d4c 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](http://semver.org/). -## [Unreleased] +## [0.13.4] - 2021-10-22 ### Changed - Perform RUNPATH auditing on all PyInstaller archive libraries before aborting ([#208]) @@ -202,7 +202,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). Initial release -[Unreleased]: https://github.com/JonathonReinhart/staticx/compare/v0.13.3...HEAD +[Unreleased]: https://github.com/JonathonReinhart/staticx/compare/v0.13.4...HEAD +[0.13.4]: https://github.com/JonathonReinhart/staticx/compare/v0.13.3...v0.13.4 [0.13.3]: https://github.com/JonathonReinhart/staticx/compare/v0.13.2...v0.13.3 [0.13.2]: https://github.com/JonathonReinhart/staticx/compare/v0.13.1...v0.13.2 [0.13.1]: https://github.com/JonathonReinhart/staticx/compare/v0.13.0...v0.13.1 diff --git a/staticx/version.py b/staticx/version.py index 05ede2a..5c4e0a6 100644 --- a/staticx/version.py +++ b/staticx/version.py @@ -9,7 +9,7 @@ PROJPATH = dirname(PACKAGEPATH) # Base version, which will be augmented with Git information -BASE_VERSION = '0.13.3' +BASE_VERSION = '0.13.4' # This string will be replaced by `git-archive` # with the abbreviated commit hash