File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.14.2] - 2021-06-02
10
+ ### Fixed
11
+ - Support more locales with grep range regex.
12
+
13
+ ### Changed
14
+ - Add pre-commit hook and badge.
15
+
9
16
## [ 0.14.1] - 2021-04-30
10
17
### Fixed
11
18
- 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
207
214
### Added
208
215
- Created a proof of concept for a changelog updater.
209
216
210
- [ Unreleased ] : https://github.com/adamtabrams/change/compare/0.14.1...HEAD
217
+ [ Unreleased ] : https://github.com/adamtabrams/change/compare/0.14.2...HEAD
218
+ [ 0.14.2 ] : https://github.com/adamtabrams/change/compare/0.14.1...0.14.2
211
219
[ 0.14.1 ] : https://github.com/adamtabrams/change/compare/0.14.0...0.14.1
212
220
[ 0.14.0 ] : https://github.com/adamtabrams/change/compare/0.13.4...0.14.0
213
221
[ 0.13.4 ] : https://github.com/adamtabrams/change/compare/0.13.3...0.13.4
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ change_file="CHANGELOG.md"
4
4
xdg_data_home=${XDG_DATA_HOME:- $HOME / .local/ share}
5
5
auth_dir=" $xdg_data_home /change/"
6
6
auth_file=" $auth_dir /auth"
7
- change_version=" 0.14.1 "
7
+ change_version=" 0.14.2 "
8
8
nl="
9
9
"
10
10
You can’t perform that action at this time.
0 commit comments