aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-05-14 16:53:31 +0000
committermerakor <cem@ckyln.com>2020-05-14 16:53:31 +0000
commitc3d40e131f300138cedecebe2bc8abe37fbc0ddb (patch)
tree77d1995edec0bd06c3af7d4bf00d68e9287553e0
parent58d4ecb240f0be3374511da3899c06a43e863287 (diff)
downloadcpt-c3d40e131f300138cedecebe2bc8abe37fbc0ddb.tar.gz
kiss: bump version1.22.0
FossilOrigin-Name: 511f5b39583abc562c8d6c63fa560d4bb38541b7f3750aa63a628ea18038589c
-rw-r--r--CHANGELOG.md4
-rwxr-xr-xkiss2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7a0fdef..0f87195 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,8 +8,8 @@ this project _somewhat_ adheres to [Semantic Versioning].
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
-UNRELEASED
-----------
+1.22.0 - 2020-05-14
+-------------------
### Added
- Added `kiss-exec`, a tool to execute commands inside the alternatives system.
diff --git a/kiss b/kiss
index 39aea51..fe1e38d 100755
--- a/kiss
+++ b/kiss
@@ -1504,7 +1504,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.1 ;;
+ v|version) log kiss 1.22.0 ;;
h|help|-h|--help|'')
exec 2>&1