Commit 807aaca 1 parent 129203c commit 807aaca Copy full SHA for 807aaca
File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
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.13.1 ] - 2021-10-06
6
6
### Added
7
- - Log staticx version and arguments at startup.
7
+ - Log staticx version and arguments at startup ( [ # 197 ] )
8
8
9
9
10
10
## [ 0.13.0] - 2021-10-04
@@ -187,7 +187,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
187
187
Initial release
188
188
189
189
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
191
192
[ 0.13.0 ] : https://github.com/JonathonReinhart/staticx/compare/v0.12.3...v0.13.0
192
193
[ 0.12.3 ] : https://github.com/JonathonReinhart/staticx/compare/v0.12.2...v0.12.3
193
194
[ 0.12.2 ] : https://github.com/JonathonReinhart/staticx/compare/v0.12.1...v0.12.2
@@ -260,3 +261,4 @@ Initial release
260
261
[ #180 ] : https://github.com/JonathonReinhart/staticx/pull/180
261
262
[ #185 ] : https://github.com/JonathonReinhart/staticx/pull/185
262
263
[ #192 ] : https://github.com/JonathonReinhart/staticx/pull/192
264
+ [ #197 ] : https://github.com/JonathonReinhart/staticx/pull/197
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.13.0 '
12
+ BASE_VERSION = '0.13.1 '
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