Skip to content

Commit 257b25d

Browse files
committed
chore: Release
1 parent 0bb935a commit 257b25d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/toml_edit/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.23.9] - 2025-12-06
11+
1012
- Reverted change of `InlineTable::insert` to take a `impl Into<Value>`
1113

1214
## [0.23.8] - 2025-12-05
@@ -894,7 +896,8 @@ This release was sponsored by Futurewei
894896
- `array.push` now returns a `Result`.
895897

896898
<!-- next-url -->
897-
[Unreleased]: https://github.com/toml-rs/toml/compare/v0.23.8...HEAD
899+
[Unreleased]: https://github.com/toml-rs/toml/compare/v0.23.9...HEAD
900+
[0.23.9]: https://github.com/toml-rs/toml/compare/v0.23.8...v0.23.9
898901
[0.23.8]: https://github.com/toml-rs/toml/compare/v0.23.7...v0.23.8
899902
[0.23.7]: https://github.com/toml-rs/toml/compare/v0.23.6...v0.23.7
900903
[0.23.6]: https://github.com/toml-rs/toml/compare/v0.23.5...v0.23.6

crates/toml_edit/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_edit"
3-
version = "0.23.8"
3+
version = "0.23.9"
44
description = "Yet another format-preserving TOML parser."
55
categories = ["encoding", "parser-implementations", "parsing", "config"]
66
keywords = ["encoding", "toml"]

0 commit comments

Comments
 (0)