Skip to content

Commit 6897b32

Browse files
authored
Prepare string-interner v0.20 (#105)
* add changelog for v0.20 * bump crate version
1 parent 076e6ad commit 6897b32

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "string-interner"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
authors = ["Robbepop"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

RELEASE_NOTES.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Release Notes
22

3+
## 0.20.0 - 2026/04/30
4+
5+
### Fixed
6+
7+
- Fixed off-by-one bug in `serde` support. [#91]
8+
9+
### Improvements
10+
11+
- Improve documentation about custom hashing. [#90]
12+
- Add notification about `unchecked` resolution for `BufferBackend`. [#92]
13+
- Updated dependencies. [#100] [#101]
14+
- Specify Rust MSRV to be 1.65. [#101]
15+
16+
[#90]: https://github.com/Robbepop/string-interner/pull/90
17+
[#91]: https://github.com/Robbepop/string-interner/pull/91
18+
[#92]: https://github.com/Robbepop/string-interner/pull/92
19+
[#96]: https://github.com/Robbepop/string-interner/pull/96
20+
[#100]: https://github.com/Robbepop/string-interner/pull/100
21+
[#101]: https://github.com/Robbepop/string-interner/pull/101
22+
323
## 0.19.0 - 2025/02/11
424

525
## Fixed

0 commit comments

Comments
 (0)