From 673485f1250b8e1ceef6ea11e94bd3bb1b95ee5a Mon Sep 17 00:00:00 2001 From: merakor Date: Fri, 15 May 2020 17:42:38 +0000 Subject: kiss: bump version FossilOrigin-Name: 7257fbc081dbd50bf4f17b6365cd88bb1c3572910ca26accb4bd3c629930127c --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ kiss | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f87195..9701f72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,35 @@ this project _somewhat_ adheres to [Semantic Versioning]. [Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ [Semantic Versioning]: https://semver.org/spec/v2.0.0.html +1.22.1 - 2020-05-15 +------------------- + +**NOTE:** `1.22.x` is the last minor version before `2.0.0`, meaning I will not be doing any +releases except for patches and fixes. My attention is now on implementing binary repositories. +I will be doing some 'release candidates' before release, as binary repositories will need user +feedback. + +### REMOVED +- Removed some contrib scripts and moved them to [kiss-extra] +- `kiss-cargo-urlgen` +- `kiss-cargolock-urlgen` +- `kiss-changelog` +- `kiss-depends-finder` +- `kiss-exec` +- `kiss-message` +- `kiss-orphans` +- `kiss-reporevdepends` + + +### Fixed +- Fixed a `kiss-owns` typo that caused it to fail. +- Fixed a `kiss-readlink` bug where it would fail if the last component wouldn't exist. +- Fixed an error on tarball extraction where a file name containing spaces would be parsed as + two files. + + +[kiss-extra]: https://github.com/carbslinux/kiss-extra + 1.22.0 - 2020-05-14 ------------------- diff --git a/kiss b/kiss index 39d1069..dc2def2 100755 --- a/kiss +++ b/kiss @@ -1504,7 +1504,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.0 ;; + v|version) log kiss 1.22.1 ;; h|help|-h|--help|'') exec 2>&1 -- cgit v1.2.3