Skip to content

Commit

Permalink
Release v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathonReinhart committed Jan 30, 2020
1 parent 36260d0 commit 6817b27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.1] - 2020-01-29
### Fixed
- Correct handling of absolute path symlink in ldd output ([#118])
- Fixed null tmpdir argument error on GCC9 ([#120])
Expand Down Expand Up @@ -113,7 +113,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
Initial release


[Unreleased]: https://github.com/JonathonReinhart/staticx/compare/v0.9.0...HEAD
[Unreleased]: https://github.com/JonathonReinhart/staticx/compare/v0.9.1...HEAD
[0.9.1]: https://github.com/JonathonReinhart/staticx/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/JonathonReinhart/staticx/compare/v0.8.1...v0.9.0
[0.8.1]: https://github.com/JonathonReinhart/staticx/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/JonathonReinhart/staticx/compare/v0.7.0...v0.8.0
Expand Down
2 changes: 1 addition & 1 deletion staticx/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
PROJPATH = dirname(PACKAGEPATH)

# Base version, which will be augmented with Git information
BASE_VERSION = '0.9.0'
BASE_VERSION = '0.9.1'

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

0 comments on commit 6817b27

Please sign in to comment.