Prepare for the next release#659
Merged
bors[bot] merged 1 commit intocrossbeam-rs:masterfrom Feb 20, 2021
Merged
Conversation
- crossbeam-epoch 0.9.1 -> 0.9.2 - crossbeam-utils 0.8.1 -> 0.8.2
Member
Author
|
I'd like to merge #658 first or at the same time. |
Member
Author
|
#658 merged, unblocking |
Contributor
Member
Author
Member
Author
|
bors r+ |
Contributor
|
Build succeeded: |
This was referenced Mar 12, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It's been over two months since the previous release. There are some improvements and deprecations in the master branch, and it would be nice to release them. Also, there is no breaking change that needs a major version bump.
Changes:
Atomic::compare_exchangeandAtomic::compare_exchange_weak. (Add Atomic::compare_exchange(_weak) and deprecate Atomic::compare_and_set(_weak) #628)Atomic::compare_and_setandAtomic::compare_and_set_weak. (Add Atomic::compare_exchange(_weak) and deprecate Atomic::compare_and_set(_weak) #628)const_fndependency optional. (Make const_fn crate optional dependency #611)loom. (Add preliminary support for loom #487)AtomicCell::compare_and_swap. (Deprecate AtomicCell::compare_and_swap #619)Parker::park_deadline. (Updates toParker#563)CachePadded. (CachePadded: update alignment based on golang's CacheLinePadSize #636)loom. (Add preliminary support for loom #487)