commit 656930922e6fce760242cfbd1d50532659994100
parent 92054e7523f6f6adbe4cba3b7b4f437e675c9c74
Author: Cem Keylan <cem@ckyln.com>
Date: Tue, 6 Oct 2020 11:58:35 +0300
cpt: bump to 5.0.0
Diffstat:
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -9,7 +9,7 @@ this project _somewhat_ adheres to [Semantic Versioning].
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
-UNRELEASED
+5.0.0 - 2020-10-06
--------------------------------------------------------------------------------
### IMPORTANT
@@ -33,6 +33,8 @@ UNRELEASED
- `cpt-fork` now removes `manifest` and `etcsums` files.
- `cpt-fork` can now be used to fork multiple packages.
- `cpt-reset` now uses `/etc/cpt-base` when removing packages.
+- `cpt-build` now exports the `CPT_TEST` variable, so some tests that can't be
+ done in a `test` script can be done from the build itself.
4.1.1 - 2020-09-25
diff --git a/src/cpt-lib b/src/cpt-lib
@@ -8,7 +8,7 @@
# Currently maintained by Cem Keylan.
version() {
- log "Carbs Packaging Tools" 4.1.1
+ log "Carbs Packaging Tools" 5.0.0
exit 0
}