Skip to content

Commit 18363b5

Browse files
Merge #476
476: Release new versions r=jeehoonkang a=jeehoonkang Closes #475 Sorry for a mistake in release. I yanked bad versions and I will release new versions of the affected crates. Co-authored-by: Jeehoon Kang <[email protected]>
2 parents 6d6591a + e32c891 commit 18363b5

File tree

6 files changed

+15
-3
lines changed

6 files changed

+15
-3
lines changed

crossbeam-channel/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.4.2
2+
3+
- Fix bug in release (yanking 0.4.1)
4+
15
# Version 0.4.1
26

37
- Avoid time drift in `channel::tick`. (#456)

crossbeam-channel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "crossbeam-channel"
44
# - Update CHANGELOG.md
55
# - Update README.md
66
# - Create "crossbeam-channel-X.Y.Z" git tag
7-
version = "0.4.1"
7+
version = "0.4.2"
88
authors = ["The Crossbeam Project Developers"]
99
license = "MIT/Apache-2.0 AND BSD-2-Clause"
1010
readme = "README.md"

crossbeam-epoch/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.8.2
2+
3+
- Fix bug in release (yanking 0.8.1)
4+
15
# Version 0.8.1
26

37
- Bump `autocfg` dependency to version 1.0. (#460)

crossbeam-epoch/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.8.1"
7+
version = "0.8.2"
88
authors = ["The Crossbeam Project Developers"]
99
license = "MIT/Apache-2.0"
1010
readme = "README.md"

crossbeam-utils/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.7.2
2+
3+
- Fix bug in release (yanking 0.7.1)
4+
15
# Version 0.7.1
26

37
- Bump `autocfg` dependency to version 1.0. (#460)

crossbeam-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.7.1"
7+
version = "0.7.2"
88
authors = ["The Crossbeam Project Developers"]
99
license = "MIT/Apache-2.0"
1010
readme = "README.md"

0 commit comments

Comments
 (0)