diff --git a/CHANGELOG.md b/CHANGELOG.md index d52aba0..c05f916 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.1.2 + +- [Refactor byte hashing to remove unreachable panic](https://github.com/rust-lang/rustc-hash/pull/65) + # 2.1.1 - Change the internal algorithm to better accomodate large hashmaps. diff --git a/Cargo.toml b/Cargo.toml index 8a5ca72..72cc57c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustc-hash" -version = "2.1.1" +version = "2.1.2" authors = ["The Rust Project Developers"] description = "A speedy, non-cryptographic hashing algorithm used by rustc" license = "Apache-2.0 OR MIT"