Release 2.1.0

This commit is contained in:
Taiki Endo 2023-01-15 23:31:54 +09:00
parent db25fe1573
commit a96abb3467
2 changed files with 6 additions and 2 deletions

View File

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

View File

@ -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 <stjepang@gmail.com>",
"Taiki Endo <te316e89@gmail.com>",