aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-09-11 13:52:21 +0000
committermerakor <cem@ckyln.com>2020-09-11 13:52:21 +0000
commit676b7ab880431da3ce84ff47f31f1b536c32c623 (patch)
tree96c3c85a684080be247a76599cb505ff3fa725d3
parent498908070d9cb2c068d7509ac3bbdc897fc1aacc (diff)
downloadcpt-676b7ab880431da3ce84ff47f31f1b536c32c623.tar.gz
cpt: bump to 4.1.04.1.0
FossilOrigin-Name: 6141d34b3dbd8e5ce67f6ff2fd0ce7f31f8193386051e9c82691f67f8a429331
-rw-r--r--CHANGELOG.md10
-rw-r--r--src/cpt-lib2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 934988f..ca560ec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,16 @@ this project _somewhat_ adheres to [Semantic Versioning].
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
+4.1.0 - 2020-09-11
+--------------------------------------------------------------------------------
+
+### Added
+- Added `bi` action to cpt for building and installing packages at the same time
+
+### Fixed
+- Fixed `as_root()` call on `cpt-chbuild`.
+
+
4.0.1 - 2020-09-10
--------------------------------------------------------------------------------
diff --git a/src/cpt-lib b/src/cpt-lib
index da3443d..f71a7da 100644
--- a/src/cpt-lib
+++ b/src/cpt-lib
@@ -8,7 +8,7 @@
# Currently maintained by Cem Keylan.
version() {
- log "Carbs Packaging Tools" 4.0.1
+ log "Carbs Packaging Tools" 4.1.0
exit 0
}