Skip to content

Commit 1d2f045

Browse files
committed
docs: update changelog
1 parent 3fe2240 commit 1d2f045

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

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+
916
## [0.14.1] - 2021-04-30
1017
### Fixed
1118
- 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
207214
### Added
208215
- Created a proof of concept for a changelog updater.
209216

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
211219
[0.14.1]: https://github.com/adamtabrams/change/compare/0.14.0...0.14.1
212220
[0.14.0]: https://github.com/adamtabrams/change/compare/0.13.4...0.14.0
213221
[0.13.4]: https://github.com/adamtabrams/change/compare/0.13.3...0.13.4

change

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ change_file="CHANGELOG.md"
44
xdg_data_home=${XDG_DATA_HOME:-$HOME/.local/share}
55
auth_dir="$xdg_data_home/change/"
66
auth_file="$auth_dir/auth"
7-
change_version="0.14.1"
7+
change_version="0.14.2"
88
nl="
99
"
1010

0 commit comments

Comments
 (0)