Skip to content

Commit 143eb51

Browse files
authored
Prepare v0.15.0 release (#63)
* add release notes for version 0.15.0 * bump crate version
1 parent 6336924 commit 143eb51

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-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.14.0"
3+
version = "0.15.0"
44
authors = ["Robbepop"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

RELEASE_NOTES.md

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

3+
## 0.15.0 - 2024/02/08
4+
5+
## Changed
6+
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+
311
## 0.14.0 - 2021/10/27
412

513
## Added

0 commit comments

Comments
 (0)