diff options
| -rw-r--r-- | CHANGELOG.md | 10 | ||||
| -rw-r--r-- | src/cpt-lib | 2 | 
2 files changed, 11 insertions, 1 deletions
| diff --git a/CHANGELOG.md b/CHANGELOG.md index 08177bf..cbd46c0 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 +3.1.0 - 2020-08-07 +-------------------------------------------------------------------------------- + +### Changed +- `cpt-lib` no longer creates temporary directories. This will need manual +  adjustments for scripts that make use of the cache directories. Those +  directories can now be created by calling the `create_cache()` function. +- Dropping libtool's `*.la` library files from packages. + +  3.0.0 - 2020-07-24  -------------------------------------------------------------------------------- diff --git a/src/cpt-lib b/src/cpt-lib index 70cf547..3218fab 100644 --- a/src/cpt-lib +++ b/src/cpt-lib @@ -8,7 +8,7 @@  # Currently maintained by Cem Keylan.  version() { -    log "Carbs Packaging Tools" 3.0.0 +    log "Carbs Packaging Tools" 3.1.0      exit 0  } | 
