diff options
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rwxr-xr-x | kiss | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 982a77b..95ef7c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ to [Semantic Versioning]. [Semantic Versioning]: https://semver.org/spec/v2.0.0.html +2.2.1 - 2020-06-11 +-------------------------------------------------------------------------------- + +### Fixed +- Fixed directory checking on package removal + + 2.2.0 - 2020-06-10 -------------------------------------------------------------------------------- @@ -1569,7 +1569,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.2.0 ;; + v|version) log kiss 2.2.1 ;; h|help|-h|--help|'') exec 2>&1 |