Skip to content

Commit

Permalink
Release 0.4.7 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored Jul 19, 2022
1 parent 42c7f1a commit 817a2ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.4.7 (July 19, 2022)

* Use `#[track_caller]` on Rust 1.46+ (#119)
* Make `Slab::new` const on Rust 1.39+ (#119)

# 0.4.6 (April 2, 2022)

* Add `Slab::vacant_key` (#114)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "slab"
# - README.md
# - Update CHANGELOG.md
# - Create git tag
version = "0.4.6"
version = "0.4.7"
authors = ["Carl Lerche <[email protected]>"]
edition = "2018"
rust-version = "1.31"
Expand Down

0 comments on commit 817a2ec

Please sign in to comment.