From f2c089a836ecc8a5e8ae8f67fa1ed48ad0574181 Mon Sep 17 00:00:00 2001 From: merakor Date: Thu, 28 May 2020 14:43:26 +0000 Subject: kiss: bump to 2.0.0 Closes #3 FossilOrigin-Name: 75a4a0b87caf31467234aa57638a664ba0cd1fa36d2fcd8fec9a6fd72777282f --- CHANGELOG.md | 7 +++++-- kiss | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b473f9..2baa9b6 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 ----------- +2.0.0 - 2020-05-28 +------------------ ### Added - Rsync repository support. @@ -24,7 +24,10 @@ UNRELEASED - `kiss-chbuild` now downloads tarballs according to arch (x86_64 or i686 currently). - Submodule repository fetching has been modified to match compatibility. +### Removed +- Removed `kiss-maintainer` and moved it to [kiss-extra] +[kiss-extra]: https://github.com/carbslinux/kiss-extra 1.22.4 - 2020-05-26 diff --git a/kiss b/kiss index 6abd32b..cfc565b 100755 --- a/kiss +++ b/kiss @@ -1576,7 +1576,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.22.4 ;; + v|version) log kiss 2.0.0 ;; h|help|-h|--help|'') exec 2>&1 -- cgit v1.2.3