From 0f180c2fe45d37642a080567d6ad64f186f82c7e Mon Sep 17 00:00:00 2001 From: Adam Abrams Date: Tue, 3 Sep 2024 21:41:13 -0500 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 7 ++++++- change | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8159e50..c085c94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.15.2] - 2024-09-03 +### Fixed +- Improve error handling (#30). + ## [0.15.1] - 2024-08-30 ### Fixed - All command was not properly tagging. @@ -237,7 +241,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.15.1...HEAD +[Unreleased]: https://github.com/adamtabrams/change/compare/0.15.2...HEAD +[0.15.2]: https://github.com/adamtabrams/change/compare/0.15.1...0.15.2 [0.15.1]: https://github.com/adamtabrams/change/compare/0.15.0...0.15.1 [0.15.0]: https://github.com/adamtabrams/change/compare/0.14.5...0.15.0 [0.14.5]: https://github.com/adamtabrams/change/compare/0.14.4...0.14.5 diff --git a/change b/change index 3c9397e..b2d394d 100755 --- a/change +++ b/change @@ -1,6 +1,6 @@ #!/bin/sh -version="0.15.1" +version="0.15.2" log_file="CHANGELOG.md" xdg_data_home=${XDG_DATA_HOME:-$HOME/.local/share} auth_dir="$xdg_data_home/change/"