diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e5d17c2..50b1ea76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## parking_lot_core 0.9.2 (2022-03-25) + +- Bump windows-sys dependency to 0.34. (#331) +- Bump petgraph dependency to 0.6. (#326) +- Don't use pthread attributes on the espidf platform. (#319) + ## parking_lot_core 0.9.1 (2022-02-06) - Bump windows-sys dependency to 0.32. (#316) diff --git a/core/Cargo.toml b/core/Cargo.toml index a0b5961e..0a993c2c 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parking_lot_core" -version = "0.9.1" +version = "0.9.2" authors = ["Amanieu d'Antras "] description = "An advanced API for creating custom synchronization primitives." license = "MIT OR Apache-2.0"