Skip to content

Commit 0de660e

Browse files
bors[bot]taiki-e
andauthored
Merge #888
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>
2 parents fdf8ecf + 7aead56 commit 0de660e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crossbeam-skiplist/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Unreleased
1+
# Version 0.1.0
22

33
- Initial implementation.

crossbeam-skiplist/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "crossbeam-skiplist"
44
# - Update CHANGELOG.md
55
# - Update README.md
66
# - Create "crossbeam-skiplist-X.Y.Z" git tag
7-
version = "0.0.0"
7+
version = "0.1.0"
88
edition = "2018"
99
rust-version = "1.38"
1010
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)