File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " string-interner"
3- version = " 0.19 .0"
3+ version = " 0.20 .0"
44authors = [" Robbepop" ]
55license = " MIT/Apache-2.0"
66readme = " README.md"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments