From e3a4904dc82814051a6a35d0b1a9ab78f9f739d8 Mon Sep 17 00:00:00 2001 From: merakor Date: Tue, 6 Oct 2020 08:58:35 +0000 Subject: cpt: bump to 5.0.0 FossilOrigin-Name: 1dabad031a841b894ada16be7072f3cf342abcb9e63ffc8f084f07c766bf9935 --- CHANGELOG.md | 4 +++- src/cpt-lib | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b128d88..2352f33 100644 --- 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 index 27e8c4d..7f6b6e2 100644 --- 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 } -- cgit v1.2.3