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.1 -> 0.1.2
  • Loading branch information
taiki-e committed Dec 24, 2023
1 parent 5d79d28 commit 03532b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions crossbeam-skiplist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Version 0.1.2

- Bump the minimum supported Rust version to 1.61. (#1037)
- Add `compare_insert`. (#976)
- Improve support for targets without atomic CAS. (#1037)
- Remove build script. (#1037)
- Remove dependency on `scopeguard`. (#1045)

# Version 0.1.1

- Fix `get_unchecked` panic by raw pointer calculation. (#940)
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
# - Create "crossbeam-skiplist-X.Y.Z" git tag
version = "0.1.1"
version = "0.1.2"
edition = "2021"
rust-version = "1.61"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 03532b3

Please sign in to comment.