Skip to content

Commit

Permalink
Prepare release of string-interner v0.18.0 (#74)
Browse files Browse the repository at this point in the history
* bump crate version

* write changelog for v0.18.0
  • Loading branch information
Robbepop authored Nov 12, 2024
1 parent 670cf8d commit 07c468f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.17.0"
version = "0.18.0"
authors = ["Robbepop"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down
20 changes: 20 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Release Notes

## 0.18.0 - 2024/11/12

## Fixed

- The `serde` crate feature is no longer enabled via `std` crate feature. [#73]

## Removed

- Removed the unused `cfg-if` dependency. [#73]

## Changed

- Updated `hashbrown` dependency to `0.15.1`. [#73]

## Internal

- Fixed many `clippy` and `formatting` issues. [#73]

[#73]: https://github.com/Robbepop/string-interner/pull/73

## 0.17.0 - 2024/05/01

## Added
Expand Down

0 comments on commit 07c468f

Please sign in to comment.