Skip to content

Commit e92b6b6

Browse files
authored
Prepare release for v0.19 (#85)
* write release notes for v0.19 * bump crate version to v0.19 * update release notes for v0.19
1 parent d63eed4 commit e92b6b6

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "string-interner"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
authors = ["Robbepop"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

RELEASE_NOTES.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Release Notes
22

3+
## 0.19.0 - 2025/02/11
4+
5+
## Fixed
6+
7+
- Fixed the `IntoIterator` impl that triggered a Rust compiler miscompilation in some versions. [#80]
8+
- See the associated [`rustc` issue](https://github.com/rust-lang/rust/issues/136856).
9+
10+
## Improvements
11+
12+
- Updated and improved documentation about backend properties. [#83] [#84]
13+
- Update outdated dependencies. [#82]
14+
- Added `serde::{Serialize,Deserialize}` impls for all crate defined symbol types. [#86]
15+
16+
## Internal
17+
18+
- Improve and modernize GitHub Actions CI. [#81]
19+
20+
[#80]: https://github.com/Robbepop/string-interner/pull/80
21+
[#81]: https://github.com/Robbepop/string-interner/pull/81
22+
[#82]: https://github.com/Robbepop/string-interner/pull/82
23+
[#83]: https://github.com/Robbepop/string-interner/pull/83
24+
[#84]: https://github.com/Robbepop/string-interner/pull/84
25+
[#86]: https://github.com/Robbepop/string-interner/pull/86
26+
327
## 0.18.0 - 2024/11/12
428

529
## Fixed

0 commit comments

Comments
 (0)