aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-05-14 08:28:22 +0000
committermerakor <cem@ckyln.com>2020-05-14 08:28:22 +0000
commitb1faad8782494bfc951c88ccc62ef6f1479e0bf3 (patch)
treee5c7b6f1cd16e551e70129d5d7158c7f984939d8 /CHANGELOG.md
parente173ffb8c3b5398612dd1bbecfae1842e3b85b96 (diff)
downloadcpt-b1faad8782494bfc951c88ccc62ef6f1479e0bf3.tar.gz
kiss: bump version1.21.1
FossilOrigin-Name: 82c67c840f3a4621f57c5b50f75d5cb31dd40eca107aee752ee6c37b464e52d6
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 54c520d..71905b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,11 +8,12 @@ this project _somewhat_ adheres to [Semantic Versioning].
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
-UNRELEASED
-----------
+1.21.1 - 2020-05-14
+-------------------
### Changed
- All contrib messages now output usage information when called with `--help` and `-h`.
+- `hashcheck` function now uses `$1` instead of `${file#\*}`.
### Fixed
- Fixed a non-POSIX `find` call. Thanks to @illiliti.