Skip to content

Commit afd3f1f

Browse files
committed
chore: Release
1 parent 5183e39 commit afd3f1f

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/toml/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ The format is based on [Keep a Changelog].
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.8.19] - 2024-07-31
11+
1012
### Performance
1113

1214
- Fix regression in 0.22.19
@@ -281,7 +283,8 @@ Changes:
281283
Minor doc fix (#409)
282284

283285
<!-- next-url -->
284-
[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.8.18...HEAD
286+
[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.8.19...HEAD
287+
[0.8.19]: https://github.com/toml-rs/toml/compare/toml-v0.8.18...toml-v0.8.19
285288
[0.8.18]: https://github.com/toml-rs/toml/compare/toml-v0.8.17...toml-v0.8.18
286289
[0.8.17]: https://github.com/toml-rs/toml/compare/toml-v0.8.16...toml-v0.8.17
287290
[0.8.16]: https://github.com/toml-rs/toml/compare/toml-v0.8.15...toml-v0.8.16

crates/toml/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "toml"
3-
version = "0.8.18"
3+
version = "0.8.19"
44
keywords = ["encoding", "toml"]
55
categories = ["encoding", "parser-implementations", "parsing", "config"]
66
description = """

0 commit comments

Comments
 (0)