Skip to content

Files

Latest commit

3d0c3c6 · Oct 19, 2023

History

History
54 lines (31 loc) · 1.72 KB

Changelog.md

File metadata and controls

54 lines (31 loc) · 1.72 KB

Unreleased

0.3.0 – 2023-10-19

Breaking

Improvements

Other

0.2.5 – 2023-02-24

  • Upgrade lock_api to 0.4.7. This makes Spinlock::new a const function without needing nightly rust.

0.2.4 – 2021-05-13

  • Define MappedSpinlockGuard alias #12
    • makes use of SpinlockGuard::map easier

0.2.3 – 2021-04-01

  • Fix spin_loop_hint warning on Rust 1.51

0.2.2 – 2020-08-24

  • Add owning_ref support (#7)

0.2.1 – 2020-07-07

  • Implement const_spinlock convenience function (#5)

0.2.0 – 2020-07-06

  • Breaking: Upgrade lock_api to 0.4.0 (#3)

0.1.1

  • Implement try_lock_weak for use in lock loop (#4)

0.1.0

  • Initial Commit