Skip to content

Commit

Permalink
Prepare string-interner release version v0.17 (#69)
Browse files Browse the repository at this point in the history
* update RELEASE_NOTES

* bump crate version
  • Loading branch information
Robbepop committed May 1, 2024
1 parent 3dbdfe1 commit c2d9ad2
Show file tree
Hide file tree
Showing 2 changed files with 11 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.16.0"
version = "0.17.0"
authors = ["Robbepop"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down
10 changes: 10 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release Notes

## 0.17.0 - 2024/05/01

## Added

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

## Fixed

- Fixed soundness issue in `BufferBackend::resolve`. (https://github.com/Robbepop/string-interner/pull/68)

## 0.16.0 - 2024/05/01

## Added
Expand Down

0 comments on commit c2d9ad2

Please sign in to comment.