commit f1293aca2d02ac81cfe42e758a7cedf8a00a8f12
parent d29dd57da605c0f86fef2ea922e6ed5b714118c1
Author: Cem Keylan <cem@ckyln.com>
Date: Tue, 12 May 2020 10:59:00 +0300
kiss: bump version
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git 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.21.0 - 2020-05-12
+-------------------
### Added
- Added a `d|download` option to acquire the sources of given packages. If no
diff --git a/kiss b/kiss
@@ -1497,7 +1497,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.20.3 ;;
+ v|version) log kiss 1.21.0 ;;
h|help|-h|--help|'')
exec 2>&1