We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f88cf68 commit 372b552Copy full SHA for 372b552
crossbeam-skiplist/CHANGELOG.md
@@ -1,3 +1,3 @@
1
-# Unreleased
+# Version 0.1.0
2
3
- Initial implementation.
crossbeam-skiplist/Cargo.toml
@@ -4,7 +4,7 @@ name = "crossbeam-skiplist"
4
# - Update CHANGELOG.md
5
# - Update README.md
6
# - Create "crossbeam-skiplist-X.Y.Z" git tag
7
-version = "0.0.0"
+version = "0.1.0"
8
edition = "2018"
9
rust-version = "1.38"
10
license = "MIT OR Apache-2.0"
0 commit comments