From 1d2f045e0b14a4c87b1f752332aefda5738898ca Mon Sep 17 00:00:00 2001 From: Adam Abrams Date: Wed, 2 Jun 2021 11:49:22 -0500 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 10 +++++++++- change | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59e5077..29983b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.2] - 2021-06-02 +### Fixed +- Support more locales with grep range regex. + +### Changed +- Add pre-commit hook and badge. + ## [0.14.1] - 2021-04-30 ### Fixed - Correct handling of help and version flags or commands. @@ -207,7 +214,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created a proof of concept for a changelog updater. -[Unreleased]: https://github.com/adamtabrams/change/compare/0.14.1...HEAD +[Unreleased]: https://github.com/adamtabrams/change/compare/0.14.2...HEAD +[0.14.2]: https://github.com/adamtabrams/change/compare/0.14.1...0.14.2 [0.14.1]: https://github.com/adamtabrams/change/compare/0.14.0...0.14.1 [0.14.0]: https://github.com/adamtabrams/change/compare/0.13.4...0.14.0 [0.13.4]: https://github.com/adamtabrams/change/compare/0.13.3...0.13.4 diff --git a/change b/change index 3ad9aec..5ee9278 100755 --- a/change +++ b/change @@ -4,7 +4,7 @@ change_file="CHANGELOG.md" xdg_data_home=${XDG_DATA_HOME:-$HOME/.local/share} auth_dir="$xdg_data_home/change/" auth_file="$auth_dir/auth" -change_version="0.14.1" +change_version="0.14.2" nl=" "