Skip to content

Commit c7d93e5

Browse files
committed
chore: Release
1 parent 1ac3aa1 commit c7d93e5

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.0] - 2025-07-08
11+
1012
### Migration
1113

1214
1. If you set `default-features = false`, run `cargo add toml -F serde,std`
@@ -360,7 +362,8 @@ Changes:
360362
Minor doc fix (#409)
361363

362364
<!-- next-url -->
363-
[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.8.23...HEAD
365+
[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.9.0...HEAD
366+
[0.9.0]: https://github.com/toml-rs/toml/compare/toml-v0.8.23...toml-v0.9.0
364367
[0.8.23]: https://github.com/toml-rs/toml/compare/toml-v0.8.22...toml-v0.8.23
365368
[0.8.22]: https://github.com/toml-rs/toml/compare/toml-v0.8.21...toml-v0.8.22
366369
[0.8.21]: https://github.com/toml-rs/toml/compare/toml-v0.8.20...toml-v0.8.21

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.23"
3+
version = "0.9.0"
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)