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

Initial release of crossbeam-skiplist #888

Merged
merged 1 commit into from Dec 9, 2022
Merged

Initial release of crossbeam-skiplist #888

merged 1 commit into from Dec 9, 2022

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented Jul 23, 2022

Now that all the TODOs in #635 have been resolved, I think we can release the initial version.
There are still some open issues in #635, but I don't think they are blockers of the 0.1 release.

(There are some breaking changes in the master branch, but skiplist is not affected.)

Closes #635

@taiki-e
Copy link
Member Author

taiki-e commented Jul 23, 2022

r? @crossbeam-rs/admins

(Any objections to this?)

@taiki-e taiki-e mentioned this pull request Jul 23, 2022
13 tasks
@taiki-e taiki-e changed the title Prepare for the initial release of crossbeam-skiplist Initial release of crossbeam-skiplist Jul 24, 2022
@al8n
Copy link

al8n commented Nov 16, 2022

Hi, is this PR ready?

@taiki-e
Copy link
Member Author

taiki-e commented Nov 20, 2022

yeah, this is ready to review, as PR is not marked as a draft.

@emilHof
Copy link

emilHof commented Dec 9, 2022

is there anything holding it back from having the 0.0.1 release now, or is it just waiting on a core contributor to approve it?

@taiki-e
Copy link
Member Author

taiki-e commented Dec 9, 2022

bors r=Amanieu

@bors
Copy link
Contributor

bors bot commented Dec 9, 2022

@bors bors bot merged commit 0de660e into master Dec 9, 2022
@bors bors bot deleted the skiplist-release branch December 9, 2022 15:12
@taiki-e
Copy link
Member Author

taiki-e commented Dec 9, 2022

@emilHof
Copy link

emilHof commented Dec 9, 2022

yay its done awesome!
now that 0.0.1 is out, what are some things that might be good to look at for upgrades/fixes in the skiplist crate?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

crossbeam-skiplist 0.1 release
4 participants