Releases: pedromfedricci/clhlock
Releases · pedromfedricci/clhlock
v0.2.2
v0.2.1
v0.2.0
[0.2.0] - 2024-10-31
Added
- Add new
Mutex::lock
,Mutex::lock_with_then
andMutex::lock_then
(#5) - Add semver check workflow
Changed
- BREAKING: Rename
Mutex::lock
toMutex::lock_with
(#5) - BREAKING: Rename
Mutex::lock_with
toMutex::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]
Added
- Initial release.