We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v0.15.0
1 parent 6336924 commit 143eb51Copy full SHA for 143eb51
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "string-interner"
3
-version = "0.14.0"
+version = "0.15.0"
4
authors = ["Robbepop"]
5
license = "MIT/Apache-2.0"
6
readme = "README.md"
RELEASE_NOTES.md
@@ -1,5 +1,13 @@
# Release Notes
+## 0.15.0 - 2024/02/08
+
+## Changed
7
+- Update to `hashbrown` version `0.14.0`. (https://github.com/Robbepop/string-interner/pull/58)
8
+- Improve `no_std` support. (https://github.com/Robbepop/string-interner/pull/44)
9
+- Fix bug in `BufferBackend::with_capacity` method. (https://github.com/Robbepop/string-interner/pull/54)
10
11
## 0.14.0 - 2021/10/27
12
13
## Added
0 commit comments