Skip to content

Commit 8595341

Browse files
committed
Prepare for the initial release of crossbeam-skiplist
1 parent 23b10f2 commit 8595341

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)