Release 1.2.4

This commit is contained in:
Taiki Endo 2022-07-27 11:25:01 +09:00
parent 434e8e9b2d
commit 812a733720
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Version 1.2.4
- Fix fence on x86 and miri. (#18)
- Revert 1.2.3. (#18)
# Version 1.2.3
**Note:** This release has been yanked, see #17 for details.
- Fix fence on non-x86 architectures and miri. (#16)
# Version 1.2.2

View File

@ -3,7 +3,7 @@ name = "concurrent-queue"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v1.x.y" git tag
version = "1.2.3"
version = "1.2.4"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
rust-version = "1.38"