aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rwxr-xr-xkiss2
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