aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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