aboutsummaryrefslogtreecommitdiff
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
parente173ffb8c3b5398612dd1bbecfae1842e3b85b96 (diff)
downloadcpt-b1faad8782494bfc951c88ccc62ef6f1479e0bf3.tar.gz
kiss: bump version1.21.1
FossilOrigin-Name: 82c67c840f3a4621f57c5b50f75d5cb31dd40eca107aee752ee6c37b464e52d6
-rw-r--r--CHANGELOG.md5
-rwxr-xr-xkiss2
2 files changed, 4 insertions, 3 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.
diff --git a/kiss b/kiss
index 0d1b3cf..4dc6a42 100755
--- a/kiss
+++ b/kiss
@@ -1502,7 +1502,7 @@ args() {
l|list) pkg_list "$@" ;;
u|update) pkg_updates ;;
s|search) for pkg do pkg_find "$pkg" all; done ;;
- v|version) log kiss 1.21.0 ;;
+ v|version) log kiss 1.21.1 ;;
h|help|-h|--help|'')
exec 2>&1