Skip to content

Commit 807aaca

Browse files
Release v0.13.1
1 parent 129203c commit 807aaca

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
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.13.1] - 2021-10-06
66
### Added
7-
- Log staticx version and arguments at startup.
7+
- Log staticx version and arguments at startup ([#197])
88

99

1010
## [0.13.0] - 2021-10-04
@@ -187,7 +187,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
187187
Initial release
188188

189189

190-
[Unreleased]: https://github.com/JonathonReinhart/staticx/compare/v0.13.0...HEAD
190+
[Unreleased]: https://github.com/JonathonReinhart/staticx/compare/v0.13.1...HEAD
191+
[0.13.1]: https://github.com/JonathonReinhart/staticx/compare/v0.13.0...v0.13.1
191192
[0.13.0]: https://github.com/JonathonReinhart/staticx/compare/v0.12.3...v0.13.0
192193
[0.12.3]: https://github.com/JonathonReinhart/staticx/compare/v0.12.2...v0.12.3
193194
[0.12.2]: https://github.com/JonathonReinhart/staticx/compare/v0.12.1...v0.12.2
@@ -260,3 +261,4 @@ Initial release
260261
[#180]: https://github.com/JonathonReinhart/staticx/pull/180
261262
[#185]: https://github.com/JonathonReinhart/staticx/pull/185
262263
[#192]: https://github.com/JonathonReinhart/staticx/pull/192
264+
[#197]: https://github.com/JonathonReinhart/staticx/pull/197

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.13.0'
12+
BASE_VERSION = '0.13.1'
1313

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

0 commit comments

Comments
 (0)