Skip to content

Releases: pedromfedricci/clhlock

v0.2.2

12 Nov 03:51
v0.2.2
e68fa57
Compare
Choose a tag to compare

[0.2.2] - 2024-11-12

Changed

  • Reduce Rust MSRV from 1.70.0 to 1.65.0 (f2c4719)

v0.2.1

04 Nov 21:51
v0.2.1
080e04f
Compare
Choose a tag to compare

[0.2.1] - 2024-11-04

Added

  • Improve documentation about MutexNode ownership under locking APIs (4fd44b6)

v0.2.0

31 Oct 18:10
v0.2.0
50f2ae9
Compare
Choose a tag to compare

[0.2.0] - 2024-10-31

Added

  • Add new Mutex::lock, Mutex::lock_with_then and Mutex::lock_then (#5)
  • Add semver check workflow

Changed

  • BREAKING: Rename Mutex::lock to Mutex::lock_with (#5)
  • BREAKING: Rename Mutex::lock_with to Mutex::lock_then (#5)
  • BREAKING: Consume nodes on Mutex locking methods (#4)
  • Add Send/sync for node and guard
  • Update categories and keywords

Fixed

  • Improve test coverage
  • Improve relax testing

Removed

  • BREAKING: Remove thread local support (#3)

v0.1.0 [YANKED]

28 Aug 05:15
v0.1.0
85f7a77
Compare
Choose a tag to compare

Added

  • Initial release.