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.
For each category, Added, Changed, Fixed add new entries at the top!
- Add Clippy to CI
- CI changelog entry enforcer
- Use native GHA rustup and cargo
- Use rust-cache for CI
v1.0.0 - 2021-12-25
- Edition 2021
v0.3.1 - 2020-11-14
- Support for multi-locks
v0.3.0 - 2019-11-14
- a
Exclusive
newtype over a mutable reference that implements theMutex
trait
- [breaking-change] The
Resource
trait has been renamed toMutex
and no longer requires aThreshold
argument
- [breaking-change] removed the
Threshold
struct
v0.2.0 - 2018-01-15
- drop dependency on the unstable
optin_builtin_traits
feature - [breaking-change] drop the
Static
wrapper from theResource
API.
Initial release