Skip to content

Commit

Permalink
Prepare for the next release
Browse files Browse the repository at this point in the history
- crossbeam-skiplist 0.1.3 -> 0.1.4
  • Loading branch information
taiki-e committed Dec 15, 2024
1 parent 5a154de commit c5c1e2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions crossbeam-skiplist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 0.1.4

- Allow lookup to be customized. (#1132)
- Explicitly annotate lifetime of entry methods. (#1141)
- Fix #1023. (#1101)

# Version 0.1.3

- Remove dependency on `cfg-if`. (#1072)
Expand Down
2 changes: 1 addition & 1 deletion crossbeam-skiplist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "crossbeam-skiplist"
# - Update CHANGELOG.md
# - Update README.md (when increasing major or minor version)
# - Run './tools/publish.sh crossbeam-skiplist <version>'
version = "0.1.3"
version = "0.1.4"
edition = "2021"
rust-version = "1.61"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit c5c1e2f

Please sign in to comment.