commit cff3f4c73d93194a0fe67399534b9cd6461f55e1
parent b4de1b47afe600a05cfae530ed896399e30f08de
Author: Cem Keylan <cem@ckyln.com>
Date: Thu, 28 May 2020 17:43:26 +0300
kiss: bump to 2.0.0
Closes #3
Diffstat:
2 files changed, 6 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
-----------
+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
@@ -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