From 819d8eafecbaab3646f70dfb1e3e19f6bbc017f8 Mon Sep 17 00:00:00 2001 From: Jonathon Reinhart Date: Thu, 2 Dec 2021 21:41:34 -0500 Subject: [PATCH] Release v0.13.6 --- CHANGELOG.md | 5 +++-- staticx/version.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0653778..473e437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.13.6] - 2021-12-02 ### Changed - Change `--debug` option to appear in CLI help output @@ -214,7 +214,8 @@ This project adheres to [Semantic Versioning](https://semver.org/). Initial release -[Unreleased]: https://github.com/JonathonReinhart/staticx/compare/v0.13.5...HEAD +[Unreleased]: https://github.com/JonathonReinhart/staticx/compare/v0.13.6...HEAD +[0.13.6]: https://github.com/JonathonReinhart/staticx/compare/v0.13.5...v0.13.6 [0.13.5]: https://github.com/JonathonReinhart/staticx/compare/v0.13.4...v0.13.5 [0.13.4]: https://github.com/JonathonReinhart/staticx/compare/v0.13.3...v0.13.4 [0.13.3]: https://github.com/JonathonReinhart/staticx/compare/v0.13.2...v0.13.3 diff --git a/staticx/version.py b/staticx/version.py index 851d023..7394c03 100644 --- a/staticx/version.py +++ b/staticx/version.py @@ -9,7 +9,7 @@ PROJPATH = dirname(PACKAGEPATH) # Base version, which will be augmented with Git information -BASE_VERSION = '0.13.5' +BASE_VERSION = '0.13.6' # This string will be replaced by `git-archive` # with the abbreviated commit hash