commit 74b7684b48c2452ed9fedbf0b673b9040295c70d
parent 46819119907121b5f5e58c0f75c7f91323cc8b32
Author: Cem Keylan <cem@ckyln.com>
Date: Mon, 4 May 2020 16:08:33 +0300
kiss: bump to 1.18.0
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -7,8 +7,8 @@ this project _somewhat_ adheres to [Semantic Versioning].
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
-UNRELEASED
-----------
+1.18.0 - 2020-05-04
+-------------------
### Added
- Added editorconfig file since we now have 4 languages (roff, Makefile, sh, C) in the repository.
diff --git a/kiss b/kiss
@@ -1434,7 +1434,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.17.0 ;;
+ v|version) log kiss 1.18.0 ;;
h|help|-h|--help|'')
log 'kiss [a|b|c|f|i|l|r|s|u|v] [pkg] [pkg] [pkg]'