Skip to content

Commit a73c512

Browse files
committed
chore: Release
1 parent 7b91b30 commit a73c512

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/toml/CHANGELOG.md

+4-1
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.17] - 2024-07-30
11+
1012
### Performance
1113

1214
- Speed up whitespace parsing
@@ -269,7 +271,8 @@ Changes:
269271
Minor doc fix (#409)
270272

271273
<!-- next-url -->
272-
[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.8.16...HEAD
274+
[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.8.17...HEAD
275+
[0.8.17]: https://github.com/toml-rs/toml/compare/toml-v0.8.16...toml-v0.8.17
273276
[0.8.16]: https://github.com/toml-rs/toml/compare/toml-v0.8.15...toml-v0.8.16
274277
[0.8.15]: https://github.com/toml-rs/toml/compare/toml-v0.8.14...toml-v0.8.15
275278
[0.8.14]: https://github.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14

crates/toml/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "toml"
3-
version = "0.8.16"
3+
version = "0.8.17"
44
keywords = ["encoding", "toml"]
55
categories = ["encoding", "parser-implementations", "parsing", "config"]
66
description = """

0 commit comments

Comments
 (0)