Skip to content

Commit

Permalink
Release v0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathonReinhart committed Oct 27, 2021
1 parent 1940098 commit e4664b5
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 @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.13.5] - 2021-10-26
### Fixed
- Handle variables in `DT_NEEDED` tags as seen in `ldd` output on RaspPI OS ([#210])

## [0.13.4] - 2021-10-22
### Changed
- Perform RUNPATH auditing on all PyInstaller archive libraries before aborting ([#208])
Expand Down Expand Up @@ -202,7 +206,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
Initial release


[Unreleased]: https://github.com/JonathonReinhart/staticx/compare/v0.13.4...HEAD
[Unreleased]: https://github.com/JonathonReinhart/staticx/compare/v0.13.5...HEAD
[0.13.5]: https://github.com/JonathonReinhart/staticx/compare/v0.13.4...v0.13.5
[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
Expand Down Expand Up @@ -283,3 +288,4 @@ Initial release
[#199]: https://github.com/JonathonReinhart/staticx/pull/199
[#204]: https://github.com/JonathonReinhart/staticx/pull/204
[#208]: https://github.com/JonathonReinhart/staticx/pull/208
[#210]: https://github.com/JonathonReinhart/staticx/pull/210
2 changes: 1 addition & 1 deletion staticx/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
PROJPATH = dirname(PACKAGEPATH)

# Base version, which will be augmented with Git information
BASE_VERSION = '0.13.4'
BASE_VERSION = '0.13.5'

# This string will be replaced by `git-archive`
# with the abbreviated commit hash
Expand Down

0 comments on commit e4664b5

Please sign in to comment.