Skip to content

Commit

Permalink
Release v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathonReinhart committed Jul 10, 2023
1 parent 86605b5 commit 19f5fc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]
## [0.14.0] - 2023-07-10
### Fixed
- Fixed issue causing libnssfix link failure when building on GLIBC 2.34 ([#255])

Expand Down Expand Up @@ -243,7 +243,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
Initial release


[Unreleased]: https://github.com/JonathonReinhart/staticx/compare/v0.13.9...HEAD
[Unreleased]: https://github.com/JonathonReinhart/staticx/compare/v0.14.0...HEAD
[0.14.0]: https://github.com/JonathonReinhart/staticx/compare/v0.13.9...v0.14.0
[0.13.9]: https://github.com/JonathonReinhart/staticx/compare/v0.13.8...v0.13.9
[0.13.8]: https://github.com/JonathonReinhart/staticx/compare/v0.13.7...v0.13.8
[0.13.7]: https://github.com/JonathonReinhart/staticx/compare/v0.13.6...v0.13.7
Expand Down
2 changes: 1 addition & 1 deletion staticx/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
PROJPATH = PACKAGEPATH.parent

# Base version, which will be augmented with Git information
BASE_VERSION = '0.13.9'
BASE_VERSION = '0.14.0'

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

0 comments on commit 19f5fc6

Please sign in to comment.