aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md14
-rwxr-xr-xkiss2
2 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2baa9b6..4939ac4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,20 @@ this project _somewhat_ adheres to [Semantic Versioning].
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
+2.1.0 - 2020-05-29
+------------------
+
+### Added
+- Added '$2' '$3' for build scripts which specifies version and architecture information.
+
+### Changed
+- `kiss-chroot` now sets architecture based on the system
+- Updated documentation
+
+### Removed
+- Removed strip messages
+
+
2.0.0 - 2020-05-28
------------------
diff --git a/kiss b/kiss
index d2adfe4..4442b62 100755
--- a/kiss
+++ b/kiss
@@ -1562,7 +1562,7 @@ args() {
l|list) pkg_list "$@" ;;
u|update) pkg_updates ;;
s|search) for pkg do pkg_find "$pkg" all; done ;;
- v|version) log kiss 2.0.0 ;;
+ v|version) log kiss 2.1.0 ;;
h|help|-h|--help|'')
exec 2>&1