Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 691 Bytes

File metadata and controls

26 lines (18 loc) · 691 Bytes

Changelog

This file is based on Keep a Changelog This project follows semver and every release is checked by cargo-semver-checks.

[0.2.3] - 2025-10-01

Fixed

  • detect when a guard was forgotten to avoid UB

[0.2.2] - 2025-08-09

Changed

  • remove '#[inline]' annotations from public functions (mtomsoop)
  • remove '#[must_use]' from 'try_lock' because it doesn't really fit the usecase of must_use (oxotmzyv)
  • Change repo url to use the DID identifier

[0.2.1] - 2025-03-21

Added

  • Changelog file
  • LICENSE Files

Changed

  • Panicking in T::default or T::clone can no longer leak a T.
  • Enabled Inlining on public function