Skip to content

Latest commit

 

History

History
67 lines (39 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

67 lines (39 loc) · 1.44 KB

Change Log

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!

Added

  • Add Clippy to CI
  • CI changelog entry enforcer

Fixed

Changed

  • Use native GHA rustup and cargo
  • Use rust-cache for CI

v1.0.0 - 2021-12-25

Changed

  • Edition 2021

v0.3.1 - 2020-11-14

Added

  • Support for multi-locks

v0.3.0 - 2019-11-14

Added

  • a Exclusive newtype over a mutable reference that implements the Mutex trait

Changed

  • [breaking-change] The Resource trait has been renamed to Mutex and no longer requires a Threshold argument

Removed

  • [breaking-change] removed the Threshold struct

v0.2.0 - 2018-01-15

Changed

  • drop dependency on the unstable optin_builtin_traits feature
  • [breaking-change] drop the Static wrapper from the Resource API.

v0.1.0 - 2017-07-29

Initial release