Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish new releases of crossbeam crates #473

Closed
jonhoo opened this issue Feb 17, 2020 · 3 comments · Fixed by #474
Closed

Publish new releases of crossbeam crates #473

jonhoo opened this issue Feb 17, 2020 · 3 comments · Fixed by #474

Comments

@jonhoo
Copy link
Contributor

jonhoo commented Feb 17, 2020

We currently have a couple of open issues that are resolved on master (like #472 and #468), and some important fixes that have landed (like #466 and #458). It'd be great to push out a new release of the various crossbeam crates to get those to users. What currently stands in the way of doing so? Can the next batch of releases all be point releases, or is a breaking release necessary?

What are the next steps, and is there any way in which I can help?
/cc @stjepang @jeehoonkang

@jeehoonkang
Copy link
Contributor

Sorry for late response. May I ask if you could make a PR that creates a new version, which should look like #444? Then I'll merge immediately and release Crossbeam at crates.io.

@jonhoo
Copy link
Contributor Author

jonhoo commented Feb 17, 2020

Will do!

@jonhoo
Copy link
Contributor Author

jonhoo commented Feb 17, 2020

@jeehoonkang submitted #474

bors bot added a commit that referenced this issue Feb 17, 2020
474: Patch release for all crossbeam crates. r=jeehoonkang a=jonhoo

This bumps the patch version for all sub-crates and the top-level crate and updates the changelogs with references to PRs where applicable. As far as I can tell, there are no breaking changes. The top-level crate has not change at all, though I bumped `rand` to `0.7` in all the crates, which I guess technically requires a patch bump if we do another release.

Fixes #473.
Closes #472.
Closes #468.
Closes #409.
Not sure if this also solves #347 by virtue of #458?

Co-authored-by: Jon Gjengset <jon@thesquareplanet.com>
bors bot added a commit that referenced this issue Feb 17, 2020
474: Patch release for all crossbeam crates. r=jeehoonkang a=jonhoo

This bumps the patch version for all sub-crates and the top-level crate and updates the changelogs with references to PRs where applicable. As far as I can tell, there are no breaking changes. The top-level crate has not change at all, though I bumped `rand` to `0.7` in all the crates, which I guess technically requires a patch bump if we do another release.

Fixes #473.
Closes #472.
Closes #468.
Closes #409.
Not sure if this also solves #347 by virtue of #458?

Co-authored-by: Jon Gjengset <jon@thesquareplanet.com>
@jonhoo jonhoo changed the title Publish new releases of crossbeam creates Publish new releases of crossbeam crates Feb 19, 2020
@bors bors bot closed this as completed in 6d6591a Feb 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants