From a96abb3467ac043365ad7115a83de3e530af61b7 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 15 Jan 2023 23:31:54 +0900 Subject: [PATCH] Release 2.1.0 --- CHANGELOG.md | 6 +++++- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34ff212..9cba639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ +# Version 2.1.0 + +- Update `portable-atomic` to 1.0. (#33) + # Version 2.0.0 -- Add support for the `portable_atomic` and `loom` crates. (#27) +- Add support for the `portable-atomic` and `loom` crates. (#27) - **Breaking:** Add an `std` feature that can be disabled to use this crate on `no_std` platforms. (#22) - Replace usage of `cache-padded` with `crossbeam-utils`. (#26) diff --git a/Cargo.toml b/Cargo.toml index cdd229c..5bde869 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "concurrent-queue" # When publishing a new version: # - Update CHANGELOG.md # - Create "v1.x.y" git tag -version = "2.0.0" +version = "2.1.0" authors = [ "Stjepan Glavina ", "Taiki Endo ",