aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-05-15 17:42:38 +0000
committermerakor <cem@ckyln.com>2020-05-15 17:42:38 +0000
commit673485f1250b8e1ceef6ea11e94bd3bb1b95ee5a (patch)
treeebdeb5368186ff20cac7e58f4c499d81c1b6b6ee /CHANGELOG.md
parentfa1503e37b329602bd8679ba1989c8bc7580373b (diff)
downloadcpt-673485f1250b8e1ceef6ea11e94bd3bb1b95ee5a.tar.gz
kiss: bump version1.22.1
FossilOrigin-Name: 7257fbc081dbd50bf4f17b6365cd88bb1c3572910ca26accb4bd3c629930127c
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md29
1 files changed, 29 insertions, 0 deletions
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
-------------------