Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "string-interner"
version = "0.19.0"
version = "0.20.0"
authors = ["Robbepop"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down
20 changes: 20 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Release Notes

## 0.20.0 - 2026/04/30

### Fixed

- Fixed off-by-one bug in `serde` support. [#91]

### Improvements

- Improve documentation about custom hashing. [#90]
- Add notification about `unchecked` resolution for `BufferBackend`. [#92]
- Updated dependencies. [#100] [#101]
- Specify Rust MSRV to be 1.65. [#101]

[#90]: https://github.com/Robbepop/string-interner/pull/90
[#91]: https://github.com/Robbepop/string-interner/pull/91
[#92]: https://github.com/Robbepop/string-interner/pull/92
[#96]: https://github.com/Robbepop/string-interner/pull/96
[#100]: https://github.com/Robbepop/string-interner/pull/100
[#101]: https://github.com/Robbepop/string-interner/pull/101

## 0.19.0 - 2025/02/11

## Fixed
Expand Down
Loading