aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-12-20 09:00:28 +0000
committermerakor <cem@ckyln.com>2020-12-20 09:00:28 +0000
commit246eeaa2169dd7e0cf485b52a36f7ce64e72a80e (patch)
tree00fe841c85e40b5747b29ce7feef10336b78bd02 /CHANGELOG.md
parent85c93b694963039359d75174a23c1aaa912cdcb3 (diff)
downloadcpt-246eeaa2169dd7e0cf485b52a36f7ce64e72a80e.tar.gz
cpt-lib: fix a bug in pkg_clean when CPT_DEBUG was set5.1.1
Because of the CPT_DEBUG check returning 1, it would skip the termination, meaning that even the package has failed, it will create the tarball and exit with success. FossilOrigin-Name: ce2337ddaa89f4a9928018ad325e6c7eac71ffb639ad55ad8e8bc97547f9a59b
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f714c1a..4b2bf5f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,14 @@ this project _somewhat_ adheres to [Semantic Versioning].
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
+5.1.1 - 2020-12-20
+--------------------------------------------------------------------------------
+
+### Fixed
+- Fixed an issue where the package build is continued even when it failed when
+ `$CPT_DEBUG` was set
+
+
5.1.0 - 2020-11-25
--------------------------------------------------------------------------------
@@ -29,6 +37,7 @@ this project _somewhat_ adheres to [Semantic Versioning].
- Moved option parsing to cpt-lib if `parser_definition` exists. This shouldn't
affect existing scripts where `cpt-lib` is called before the `p
+
5.0.0 - 2020-10-06
--------------------------------------------------------------------------------