Skip to content

Commit

Permalink
Merge pull request #29 from smol-rs/2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
notgull authored Nov 8, 2022
2 parents 8c42b8d + 34334a1 commit 3d653aa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 2.0.0

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

# Version 1.2.4

- Fix fence on x86 and miri. (#18)
Expand Down
8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name = "concurrent-queue"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v1.x.y" git tag
version = "1.2.4"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
version = "2.0.0"
authors = [
"Stjepan Glavina <stjepang@gmail.com>",
"Taiki Endo <te316e89@gmail.com>",
"John Nunley <jtnunley01@gmail.com>"
]
edition = "2018"
rust-version = "1.38"
description = "Concurrent multi-producer multi-consumer queue"
Expand Down

0 comments on commit 3d653aa

Please sign in to comment.