aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-05-04 13:08:32 +0000
committermerakor <cem@ckyln.com>2020-05-04 13:08:32 +0000
commit0acdc60f268294aac75d560bfec6977fee5f21ae (patch)
tree53841dccb9b49b2a6a5eb5fbd86abeff9751525f
parent957242876e04b2753f48b07671f991d676b1e810 (diff)
downloadcpt-0acdc60f268294aac75d560bfec6977fee5f21ae.tar.gz
kiss: bump to 1.18.0
FossilOrigin-Name: ce6909023ea958ed09b1c2d8bc81db7ef86fbbb837eeea42e4a51643645573c7
-rw-r--r--CHANGELOG.md4
-rwxr-xr-xkiss2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3c489c8..8a28853 100644
--- 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
index 8ed4e79..aa6e7eb 100755
--- 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]'