Skip to content

Commit

Permalink
release: v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromfedricci committed Nov 12, 2024
1 parent f2c4719 commit e68fa57
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2] - 2024-11-12

### Changed
- Reduce Rust MSRV from 1.70.0 to 1.65.0 ([`f2c4719`])

[`f2c4719`]: https://github.com/pedromfedricci/clhlock/commit/f2c471992f336a375988b6ebb7118fc0005ba2f6

## [0.2.1] - 2024-11-04

### Added
Expand All @@ -27,7 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add Send/sync for node and guard
- Update categories and keywords


### Fixed
- Improve test coverage
- Improve relax testing
Expand All @@ -45,4 +51,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add test coverage
- Add nextest config

[unreleased]: https://github.com/pedromfedricci/clhlock/compare/v0.2.1..HEAD
[unreleased]: https://github.com/pedromfedricci/clhlock/compare/v0.2.2..HEAD
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ An implementation of Craig and, indenpendently, Magnussen, Landin, and
Hagersten queue lock for mutual exclusion, referred to as CLH lock.
"""
name = "clhlock"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
# NOTE: Rust 1.65 is required for GATs and let-else statements.
rust-version = "1.65.0"
Expand Down

0 comments on commit e68fa57

Please sign in to comment.