Skip to content

Commit 52f1139

Browse files
authored
Prepare release for string-interner version 0.16 (#67)
* bump version * update RELEASE_NOTES
1 parent c906590 commit 52f1139

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "string-interner"
3-
version = "0.15.0"
3+
version = "0.16.0"
44
authors = ["Robbepop"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

RELEASE_NOTES.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Release Notes
22

3+
## 0.16.0 - 2024/05/01
4+
5+
## Added
6+
7+
- Added `StringInterner::iter` method. (https://github.com/Robbepop/string-interner/pull/65)
8+
9+
## Changed
10+
11+
- Optimized `BufferBackend::{resolve, iter}` methods. (https://github.com/Robbepop/string-interner/pull/64)
12+
13+
## Fixed
14+
15+
- Fixed unsoundness issue in `BucketBackend`. (https://github.com/Robbepop/string-interner/pull/66)
16+
17+
## Removed
18+
19+
- Removed `SimpleBackend` since it served no real purpose. (https://github.com/Robbepop/string-interner/commit/549db6c2efeac5acb5e8084e69fa22891ae14019)
20+
321
## 0.15.0 - 2024/02/08
422

523
## Changed

0 commit comments

Comments
 (0)