Skip to content

Commit 0f180c2

Browse files
committed
docs: update changelog
1 parent 6713422 commit 0f180c2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.15.2] - 2024-09-03
10+
### Fixed
11+
- Improve error handling (#30).
12+
913
## [0.15.1] - 2024-08-30
1014
### Fixed
1115
- All command was not properly tagging.
@@ -237,7 +241,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
237241
### Added
238242
- Created a proof of concept for a changelog updater.
239243

240-
[Unreleased]: https://github.com/adamtabrams/change/compare/0.15.1...HEAD
244+
[Unreleased]: https://github.com/adamtabrams/change/compare/0.15.2...HEAD
245+
[0.15.2]: https://github.com/adamtabrams/change/compare/0.15.1...0.15.2
241246
[0.15.1]: https://github.com/adamtabrams/change/compare/0.15.0...0.15.1
242247
[0.15.0]: https://github.com/adamtabrams/change/compare/0.14.5...0.15.0
243248
[0.14.5]: https://github.com/adamtabrams/change/compare/0.14.4...0.14.5

change

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
version="0.15.1"
3+
version="0.15.2"
44
log_file="CHANGELOG.md"
55
xdg_data_home=${XDG_DATA_HOME:-$HOME/.local/share}
66
auth_dir="$xdg_data_home/change/"

0 commit comments

Comments
 (0)