Skip to content

Latest commit

 

History

History
68 lines (41 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

68 lines (41 loc) · 1.62 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.

0.4.1 - 2024-10-29

Security

  • Update yanked futures-rs version containing use after free.

0.4.0 - 2024-10-28

Added

  • This Changelog.
  • Build provenance file to releases.

Removed

  • Allowed signers file option from configuration file.

0.3.0 - 2024-10-25

Added

  • Attested container image built in CI.
  • Improved logging.
  • Using GitHub as default source when left unspecified.
  • Tracking of test coverage.
  • Logging GitHub ratelimit details when using the trace log level.

Changed

  • Make gix-config an optional dependency enabled per default by the detect-allowed-signers feature.

Internal

  • Improve crate structure and naming.
  • Use reference counting for sources to enable usage from different threads.

0.2.1 - 2024-07-18

Security

  • Update gix-path to fix CVE-2024-40644.

0.2.0 - 2024-07-18

Added

  • Logging of API responses in trace mode.
  • MIT license.

Fixed

  • aarch64 builds.