diff --git a/Cargo.toml b/Cargo.toml index 9af0bea..4fdf110 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "string-interner" -version = "0.16.0" +version = "0.17.0" authors = ["Robbepop"] license = "MIT/Apache-2.0" readme = "README.md" diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1e21c1d..9cdb41c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,15 @@ # Release Notes +## 0.17.0 - 2024/05/01 + +## Added + +- Added `StringInterner::resolve_unchecked` method. (https://github.com/Robbepop/string-interner/pull/68) + +## Fixed + +- Fixed soundness issue in `BufferBackend::resolve`. (https://github.com/Robbepop/string-interner/pull/68) + ## 0.16.0 - 2024/05/01 ## Added