Skip to content

Commit 2297f83

Browse files
Release v0.12.1
1 parent 2987c05 commit 2297f83

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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+
## [0.12.1] - 2021-02-06
6+
### Fixed
7+
- Fixed bug causing libnssfix to be built incorrectly under
8+
SCons v4.1.0 ([#168])
9+
10+
511
## [0.12.0] - 2020-09-29
612
### Added
713
- Added support for native 32-bit builds of bootloader ([#149])
@@ -148,7 +154,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
148154
Initial release
149155

150156

151-
[Unreleased]: https://github.com/JonathonReinhart/staticx/compare/v0.12.0...HEAD
157+
[Unreleased]: https://github.com/JonathonReinhart/staticx/compare/v0.12.1...HEAD
158+
[0.12.1]: https://github.com/JonathonReinhart/staticx/compare/v0.12.0...v0.12.1
152159
[0.12.0]: https://github.com/JonathonReinhart/staticx/compare/v0.11.0...v0.12.0
153160
[0.11.0]: https://github.com/JonathonReinhart/staticx/compare/v0.10.0...v0.11.0
154161
[0.10.0]: https://github.com/JonathonReinhart/staticx/compare/v0.9.1...v0.10.0
@@ -210,3 +217,4 @@ Initial release
210217
[#153]: https://github.com/JonathonReinhart/staticx/pull/153
211218
[#154]: https://github.com/JonathonReinhart/staticx/pull/154
212219
[#157]: https://github.com/JonathonReinhart/staticx/pull/157
220+
[#168]: https://github.com/JonathonReinhart/staticx/pull/168

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.0'
12+
BASE_VERSION = '0.12.1'
1313

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

0 commit comments

Comments
 (0)