commit 34a41c01a5725cfd509dff79c7ad53e7fbaecfbf parent 45c60fc9efd12b2b0e7265e8c6875cb2e8100221 Author: Cem Keylan <cem@ckyln.com> Date: Tue, 11 Aug 2020 13:34:06 +0300 cpt: bump version to 3.1.1 Diffstat:
M | CHANGELOG.md | | | 7 | +++++++ |
M | src/cpt-lib | | | 2 | +- |
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git 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 @@ -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 }