Skip to content

Commit 6817b27

Browse files
Release v0.9.1
1 parent 36260d0 commit 6817b27

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [Unreleased]
5+
## [0.9.1] - 2020-01-29
66
### Fixed
77
- Correct handling of absolute path symlink in ldd output ([#118])
88
- Fixed null tmpdir argument error on GCC9 ([#120])
@@ -113,7 +113,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
113113
Initial release
114114

115115

116-
[Unreleased]: https://github.com/JonathonReinhart/staticx/compare/v0.9.0...HEAD
116+
[Unreleased]: https://github.com/JonathonReinhart/staticx/compare/v0.9.1...HEAD
117+
[0.9.1]: https://github.com/JonathonReinhart/staticx/compare/v0.9.0...v0.9.1
117118
[0.9.0]: https://github.com/JonathonReinhart/staticx/compare/v0.8.1...v0.9.0
118119
[0.8.1]: https://github.com/JonathonReinhart/staticx/compare/v0.8.0...v0.8.1
119120
[0.8.0]: https://github.com/JonathonReinhart/staticx/compare/v0.7.0...v0.8.0

staticx/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
PROJPATH = dirname(PACKAGEPATH)
1111

1212
# Base version, which will be augmented with Git information
13-
BASE_VERSION = '0.9.0'
13+
BASE_VERSION = '0.9.1'
1414

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

0 commit comments

Comments
 (0)