Skip to content

Commit a96abb3

Browse files
committed
Release 2.1.0
1 parent db25fe1 commit a96abb3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
# Version 2.1.0
2+
3+
- Update `portable-atomic` to 1.0. (#33)
4+
15
# Version 2.0.0
26

3-
- Add support for the `portable_atomic` and `loom` crates. (#27)
7+
- Add support for the `portable-atomic` and `loom` crates. (#27)
48
- **Breaking:** Add an `std` feature that can be disabled to use this crate on `no_std` platforms. (#22)
59
- Replace usage of `cache-padded` with `crossbeam-utils`. (#26)
610

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "concurrent-queue"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
55
# - Create "v1.x.y" git tag
6-
version = "2.0.0"
6+
version = "2.1.0"
77
authors = [
88
"Stjepan Glavina <[email protected]>",
99
"Taiki Endo <[email protected]>",

0 commit comments

Comments
 (0)