Skip to content

Commit 42ad5f7

Browse files
bors[bot]taiki-e
andauthored
Merge #934
934: Sync with v0.8 branch r=taiki-e a=taiki-e Co-authored-by: Taiki Endo <[email protected]>
2 parents 9b56854 + f807ea9 commit 42ad5f7

File tree

6 files changed

+21
-3
lines changed

6 files changed

+21
-3
lines changed

crossbeam-epoch/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
# Version 0.9.13
2+
3+
- Fix build script bug introduced in 0.9.12. (#932)
4+
15
# Version 0.9.12
26

7+
**Note:** This release has been yanked due to regression fixed in 0.9.13.
8+
39
- Update `memoffset` to 0.7. (#926)
410
- Improve support for custom targets. (#922)
511

crossbeam-epoch/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "crossbeam-epoch"
44
# - Update CHANGELOG.md
55
# - Update README.md
66
# - Create "crossbeam-epoch-X.Y.Z" git tag
7-
version = "0.9.12"
7+
version = "0.9.13"
88
edition = "2018"
99
rust-version = "1.38"
1010
license = "MIT OR Apache-2.0"

crossbeam-queue/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
# Version 0.3.8
2+
3+
- Fix build script bug introduced in 0.3.7. (#932)
4+
15
# Version 0.3.7
26

7+
**Note:** This release has been yanked due to regression fixed in 0.3.8.
8+
39
- Improve support for custom targets. (#922)
410

511
# Version 0.3.6

crossbeam-queue/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "crossbeam-queue"
44
# - Update CHANGELOG.md
55
# - Update README.md
66
# - Create "crossbeam-queue-X.Y.Z" git tag
7-
version = "0.3.7"
7+
version = "0.3.8"
88
edition = "2018"
99
rust-version = "1.38"
1010
license = "MIT OR Apache-2.0"

crossbeam-utils/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
# Version 0.8.14
2+
3+
- Fix build script bug introduced in 0.8.13. (#932)
4+
15
# Version 0.8.13
26

7+
**Note:** This release has been yanked due to regression fixed in 0.8.14.
8+
39
- Improve support for custom targets. (#922)
410

511
# Version 0.8.12

crossbeam-utils/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "crossbeam-utils"
44
# - Update CHANGELOG.md
55
# - Update README.md
66
# - Create "crossbeam-utils-X.Y.Z" git tag
7-
version = "0.8.13"
7+
version = "0.8.14"
88
edition = "2018"
99
rust-version = "1.38"
1010
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)