Skip to content

Latest commit

 

History

History
68 lines (41 loc) · 2.21 KB

CHANGELOG.md

File metadata and controls

68 lines (41 loc) · 2.21 KB

Changelog

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.4.3 - 2024-11-14

  • opentelemetry dependencies are now optional and can be requested by installing pubtools[tracing].

1.4.2 - 2024-09-30

  • Added workaround for rhel8 RPM build.

1.4.1 - 2024-07-19

  • Fixed source code structure.

1.4.0 - 2023-12-06

  • Introduced OTEL tracing wrapper.

1.3.0 - 2022-05-10

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.

0.2.0 - 2021-06-01

  • Initial release from release-engineering organization