File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.15.2] - 2024-09-03
10
+ ### Fixed
11
+ - Improve error handling (#30 ).
12
+
9
13
## [ 0.15.1] - 2024-08-30
10
14
### Fixed
11
15
- All command was not properly tagging.
@@ -237,7 +241,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
237
241
### Added
238
242
- Created a proof of concept for a changelog updater.
239
243
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
241
246
[ 0.15.1 ] : https://github.com/adamtabrams/change/compare/0.15.0...0.15.1
242
247
[ 0.15.0 ] : https://github.com/adamtabrams/change/compare/0.14.5...0.15.0
243
248
[ 0.14.5 ] : https://github.com/adamtabrams/change/compare/0.14.4...0.14.5
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- version=" 0.15.1 "
3
+ version=" 0.15.2 "
4
4
log_file=" CHANGELOG.md"
5
5
xdg_data_home=${XDG_DATA_HOME:- $HOME / .local/ share}
6
6
auth_dir=" $xdg_data_home /change/"
You can’t perform that action at this time.
0 commit comments