Skip to content

Commit

Permalink
Merge #888
Browse files Browse the repository at this point in the history
888: Initial release of crossbeam-skiplist r=Amanieu a=taiki-e

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

Co-authored-by: Taiki Endo <te316e89@gmail.com>
  • Loading branch information
bors[bot] and taiki-e committed Dec 9, 2022
2 parents fdf8ecf + 7aead56 commit 0de660e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crossbeam-skiplist/CHANGELOG.md
@@ -1,3 +1,3 @@
# Unreleased
# Version 0.1.0

- Initial implementation.
2 changes: 1 addition & 1 deletion crossbeam-skiplist/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ name = "crossbeam-skiplist"
# - Update CHANGELOG.md
# - Update README.md
# - Create "crossbeam-skiplist-X.Y.Z" git tag
version = "0.0.0"
version = "0.1.0"
edition = "2018"
rust-version = "1.38"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 0de660e

Please sign in to comment.