Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

54 lines (36 loc) · 1.53 KB

Changelog

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.

[0.2.2] - 2024-11-12

Changed

  • Reduce Rust MSRV from 1.70.0 to 1.65.0 (f2c4719)

[0.2.1] - 2024-11-04

Added

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

[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)

[0.1.0] - 2024-08-28 [YANKED]

Added

  • Add test coverage
  • Add nextest config