From f3ea9e2082735525e84b30acd39c3f1d9d845c9a Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Fri, 12 Feb 2021 19:08:21 +0000 Subject: [PATCH] Release parking_lot_core 0.8.3 --- CHANGELOG.md | 4 ++++ core/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eadad9d..95514786 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## parking_lot_core 0.8.3 (2021-02-12) + +- Updated smallvec to 1.6. (#276) + ## parking_lot_core 0.8.2 (2020-12-21) - Fixed assertion failure on OpenBSD. (#270) diff --git a/core/Cargo.toml b/core/Cargo.toml index cfa9e3b9..e4af2fc6 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parking_lot_core" -version = "0.8.2" +version = "0.8.3" authors = ["Amanieu d'Antras "] description = "An advanced API for creating custom synchronization primitives." license = "Apache-2.0/MIT"