Commit 6817b27 1 parent 36260d0 commit 6817b27 Copy full SHA for 6817b27
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
- ## [ Unreleased ]
5
+ ## [ 0.9.1 ] - 2020-01-29
6
6
### Fixed
7
7
- Correct handling of absolute path symlink in ldd output ([ #118 ] )
8
8
- Fixed null tmpdir argument error on GCC9 ([ #120 ] )
@@ -113,7 +113,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
113
113
Initial release
114
114
115
115
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
117
118
[ 0.9.0 ] : https://github.com/JonathonReinhart/staticx/compare/v0.8.1...v0.9.0
118
119
[ 0.8.1 ] : https://github.com/JonathonReinhart/staticx/compare/v0.8.0...v0.8.1
119
120
[ 0.8.0 ] : https://github.com/JonathonReinhart/staticx/compare/v0.7.0...v0.8.0
Original file line number Diff line number Diff line change 10
10
PROJPATH = dirname (PACKAGEPATH )
11
11
12
12
# Base version, which will be augmented with Git information
13
- BASE_VERSION = '0.9.0 '
13
+ BASE_VERSION = '0.9.1 '
14
14
15
15
# This string will be replaced by `git-archive`
16
16
# with the abbreviated commit hash
You can’t perform that action at this time.
0 commit comments