aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-08-11 10:34:05 +0000
committermerakor <cem@ckyln.com>2020-08-11 10:34:05 +0000
commit64895a191efc05047831b9c71306561e62d30510 (patch)
treea2f34c5f3e8ae25eba51621bcd15653a47eb9285
parent0cc80d672de808e9c12e5954f528b54deb9441e0 (diff)
downloadcpt-64895a191efc05047831b9c71306561e62d30510.tar.gz
cpt: bump version to 3.1.13.1.1
FossilOrigin-Name: 97966ffc8b62f38f0ec001693a1ddaa3cd4232f921a220ec5d5fa79b5efc7baf
-rw-r--r--CHANGELOG.md7
-rw-r--r--src/cpt-lib2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cbd46c0..2b89eaf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,13 @@ this project _somewhat_ adheres to [Semantic Versioning].
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
+3.1.1 - 2020-08-11
+--------------------------------------------------------------------------------
+
+### Changed
+- `as_root()` now sets package manager variables with env.
+
+
3.1.0 - 2020-08-07
--------------------------------------------------------------------------------
diff --git a/src/cpt-lib b/src/cpt-lib
index 6a859bb..de17cc4 100644
--- a/src/cpt-lib
+++ b/src/cpt-lib
@@ -8,7 +8,7 @@
# Currently maintained by Cem Keylan.
version() {
- log "Carbs Packaging Tools" 3.1.0
+ log "Carbs Packaging Tools" 3.1.1
exit 0
}