Skip to content

Commit de26ec7

Browse files
committed
Prepare for the next release
- crossbeam-epoch 0.9.14 -> 0.9.15 - crossbeam-utils 0.8.15 -> 0.8.16
1 parent 6732dec commit de26ec7

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

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.9.15
2+
3+
- Update `memoffset` to 0.9. (#981)
4+
15
# Version 0.9.14
26

37
- Update `memoffset` to 0.8. (#955)

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.9.14"
7+
version = "0.9.15"
88
edition = "2018"
99
rust-version = "1.38"
1010
license = "MIT OR Apache-2.0"

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.8.16
2+
3+
- Improve implementation of `CachePadded`. (#967)
4+
15
# Version 0.8.15
26

37
- Add `#[clippy::has_significant_drop]` to `ShardedLock{Read,Write}Guard`. (#958)

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.8.15"
7+
version = "0.8.16"
88
edition = "2018"
99
rust-version = "1.38"
1010
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)