From b1faad8782494bfc951c88ccc62ef6f1479e0bf3 Mon Sep 17 00:00:00 2001 From: merakor Date: Thu, 14 May 2020 08:28:22 +0000 Subject: kiss: bump version FossilOrigin-Name: 82c67c840f3a4621f57c5b50f75d5cb31dd40eca107aee752ee6c37b464e52d6 --- CHANGELOG.md | 5 +++-- kiss | 2 +- 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 -- cgit v1.2.3