Skip to content

Commit

Permalink
Prepare release for string-interner version 0.16 (#67)
Browse files Browse the repository at this point in the history
* bump version

* update RELEASE_NOTES
  • Loading branch information
Robbepop committed May 1, 2024
1 parent c906590 commit 52f1139
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "string-interner"
version = "0.15.0"
version = "0.16.0"
authors = ["Robbepop"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down
18 changes: 18 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Release Notes

## 0.16.0 - 2024/05/01

## Added

- Added `StringInterner::iter` method. (https://github.com/Robbepop/string-interner/pull/65)

## Changed

- Optimized `BufferBackend::{resolve, iter}` methods. (https://github.com/Robbepop/string-interner/pull/64)

## Fixed

- Fixed unsoundness issue in `BucketBackend`. (https://github.com/Robbepop/string-interner/pull/66)

## Removed

- Removed `SimpleBackend` since it served no real purpose. (https://github.com/Robbepop/string-interner/commit/549db6c2efeac5acb5e8084e69fa22891ae14019)

## 0.15.0 - 2024/02/08

## Changed
Expand Down

0 comments on commit 52f1139

Please sign in to comment.