Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtabrams committed Sep 4, 2024
1 parent 6713422 commit 0f180c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion change
Original file line number Diff line number Diff line 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/"
Expand Down

0 comments on commit 0f180c2

Please sign in to comment.