Skip to content

Commit 817a2ec

Browse files
authored
Release 0.4.7 (#120)
1 parent 42c7f1a commit 817a2ec

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.4.7 (July 19, 2022)
2+
3+
* Use `#[track_caller]` on Rust 1.46+ (#119)
4+
* Make `Slab::new` const on Rust 1.39+ (#119)
5+
16
# 0.4.6 (April 2, 2022)
27

38
* Add `Slab::vacant_key` (#114)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "slab"
66
# - README.md
77
# - Update CHANGELOG.md
88
# - Create git tag
9-
version = "0.4.6"
9+
version = "0.4.7"
1010
authors = ["Carl Lerche <me@carllerche.com>"]
1111
edition = "2018"
1212
rust-version = "1.31"

0 commit comments

Comments
 (0)