diff options
| author | merakor <cem@ckyln.com> | 2020-05-28 14:43:26 +0000 | 
|---|---|---|
| committer | merakor <cem@ckyln.com> | 2020-05-28 14:43:26 +0000 | 
| commit | f2c089a836ecc8a5e8ae8f67fa1ed48ad0574181 (patch) | |
| tree | 24d3eff06e7393e0a9cb8be5607c0cba0347902e | |
| parent | fcfc65cfb81b31cabb62f376040e8e5caa04586c (diff) | |
| download | cpt-f2c089a836ecc8a5e8ae8f67fa1ed48ad0574181.tar.gz | |
kiss: bump to 2.0.02.0.0
Closes #3
FossilOrigin-Name: 75a4a0b87caf31467234aa57638a664ba0cd1fa36d2fcd8fec9a6fd72777282f
| -rw-r--r-- | CHANGELOG.md | 7 | ||||
| -rwxr-xr-x | kiss | 2 | 
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 @@ -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 | 
