diff options
author | merakor <cem@ckyln.com> | 2020-12-20 09:17:25 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-12-20 09:17:25 +0000 |
commit | 75c6d2b49d6e5e4ce0aedf7767758844cbdd6f5a (patch) | |
tree | 680034b7560feb56b55a2347f76ef5dc4c7ed6dd /CHANGELOG.md | |
parent | d41769b86cfb555347ca7f0dc8073fa6cd2bf700 (diff) | |
parent | 246eeaa2169dd7e0cf485b52a36f7ce64e72a80e (diff) | |
download | cpt-75c6d2b49d6e5e4ce0aedf7767758844cbdd6f5a.tar.gz |
Merge branch 'master' into redo
FossilOrigin-Name: 61d7c274f17e92fda76555e1c7200053fd563614420a40e69d4060dc6a28ad17
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
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 -------------------------------------------------------------------------------- |