File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff 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:
362364Minor 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
Original file line number Diff line number Diff line change 11[package ]
22name = " toml"
3- version = " 0.9.0 "
3+ version = " 0.9.1 "
44description = """
55A native Rust encoder and decoder of TOML-formatted files and streams. Provides
66implementations of the standard Serialize/Deserialize traits for TOML data to
You can’t perform that action at this time.
0 commit comments