Skip to content

Commit 812a733

Browse files
committed
Release 1.2.4
1 parent 434e8e9 commit 812a733

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
# Version 1.2.4
2+
3+
- Fix fence on x86 and miri. (#18)
4+
- Revert 1.2.3. (#18)
5+
16
# Version 1.2.3
27

8+
**Note:** This release has been yanked, see #17 for details.
9+
310
- Fix fence on non-x86 architectures and miri. (#16)
411

512
# Version 1.2.2

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 = "1.2.3"
6+
version = "1.2.4"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2018"
99
rust-version = "1.38"

0 commit comments

Comments
 (0)