Commit 919bed7 1 parent a11b938 commit 919bed7 Copy full SHA for 919bed7
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.12.2 ] - 2021-05-22
6
6
### Fixed
7
7
- Worked around patchelf bug which caused ` Couldn't find DT_RPATH tag `
8
8
error at runtime ([ #175 ] )
@@ -162,7 +162,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
162
162
Initial release
163
163
164
164
165
- [ Unreleased ] : https://github.com/JonathonReinhart/staticx/compare/v0.12.1...HEAD
165
+ [ Unreleased ] : https://github.com/JonathonReinhart/staticx/compare/v0.12.2...HEAD
166
+ [ 0.12.2 ] : https://github.com/JonathonReinhart/staticx/compare/v0.12.1...v0.12.2
166
167
[ 0.12.1 ] : https://github.com/JonathonReinhart/staticx/compare/v0.12.0...v0.12.1
167
168
[ 0.12.0 ] : https://github.com/JonathonReinhart/staticx/compare/v0.11.0...v0.12.0
168
169
[ 0.11.0 ] : https://github.com/JonathonReinhart/staticx/compare/v0.10.0...v0.11.0
Original file line number Diff line number Diff line change 9
9
PROJPATH = dirname (PACKAGEPATH )
10
10
11
11
# Base version, which will be augmented with Git information
12
- BASE_VERSION = '0.12.1 '
12
+ BASE_VERSION = '0.12.2 '
13
13
14
14
# This string will be replaced by `git-archive`
15
15
# with the abbreviated commit hash
You can’t perform that action at this time.
0 commit comments