Skip to content

Commit 8c8ef44

Browse files
committed
chore: Release
1 parent b60ac5b commit 8c8ef44

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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.9.1] - 2025-07-10
11+
1012
## [0.9.0] - 2025-07-08
1113

1214
### Migration
@@ -362,7 +364,8 @@ Changes:
362364
Minor doc fix (#409)
363365

364366
<!-- next-url -->
365-
[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.9.0...HEAD
367+
[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.9.1...HEAD
368+
[0.9.1]: https://github.com/toml-rs/toml/compare/toml-v0.9.0...toml-v0.9.1
366369
[0.9.0]: https://github.com/toml-rs/toml/compare/toml-v0.8.23...toml-v0.9.0
367370
[0.8.23]: https://github.com/toml-rs/toml/compare/toml-v0.8.22...toml-v0.8.23
368371
[0.8.22]: https://github.com/toml-rs/toml/compare/toml-v0.8.21...toml-v0.8.22

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.9.0"
3+
version = "0.9.1"
44
description = """
55
A native Rust encoder and decoder of TOML-formatted files and streams. Provides
66
implementations of the standard Serialize/Deserialize traits for TOML data to

0 commit comments

Comments
 (0)