Skip to content

Commit 919bed7

Browse files
Release v0.12.2
1 parent a11b938 commit 919bed7

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.12.2] - 2021-05-22
66
### Fixed
77
- Worked around patchelf bug which caused `Couldn't find DT_RPATH tag`
88
error at runtime ([#175])
@@ -162,7 +162,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
162162
Initial release
163163

164164

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
166167
[0.12.1]: https://github.com/JonathonReinhart/staticx/compare/v0.12.0...v0.12.1
167168
[0.12.0]: https://github.com/JonathonReinhart/staticx/compare/v0.11.0...v0.12.0
168169
[0.11.0]: https://github.com/JonathonReinhart/staticx/compare/v0.10.0...v0.11.0

staticx/version.py

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

1111
# Base version, which will be augmented with Git information
12-
BASE_VERSION = '0.12.1'
12+
BASE_VERSION = '0.12.2'
1313

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

0 commit comments

Comments
 (0)