All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- n/a
1.3.0 - 2022-05-10
- pubtools now includes a hook for tuning malloc at task start using the glibc malloc environment variables.
1.2.1 - 2021-08-18
- Fixed compatibility with
setuptools
older than 11.3.
1.2.0 - 2021-08-16
- Added
get_cert_key_paths
hook to assist with the management of SSL certificates.
1.1.0 - 2021-08-06
- Introduced
pubtools.hooks
entry point group to support hook-only libraries.
1.0.0 - 2021-07-19
- Set version to 1.0.0 to indicate that SemVer is now in effect.
0.3.0 - 2021-06-30
- Introduced hooks/event system in
pubtools.pluggy
. See documentation for more info.
- Initial release from release-engineering organization