From 74b57e74bf950a3e8962ec95df992dd29ecc8c92 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 8 Mar 2023 12:23:55 -0600 Subject: [PATCH] chore: Release --- Cargo.lock | 4 ++-- crates/toml/CHANGELOG.md | 5 ++++- crates/toml/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4a73a360..89dd186d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -866,7 +866,7 @@ dependencies = [ [[package]] name = "toml" -version = "0.7.2" +version = "0.7.3" dependencies = [ "indexmap", "serde", @@ -919,7 +919,7 @@ dependencies = [ "serde", "serde_json", "toml 0.5.10", - "toml 0.7.2", + "toml 0.7.3", "toml_edit", ] diff --git a/crates/toml/CHANGELOG.md b/crates/toml/CHANGELOG.md index 313ac678..dd6aaccf 100644 --- a/crates/toml/CHANGELOG.md +++ b/crates/toml/CHANGELOG.md @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog]. ## [Unreleased] - ReleaseDate +## [0.7.3] - 2023-03-08 + ### Fixes - Don't skip writing standard tables that are "underneath" dotted keys @@ -110,7 +112,8 @@ Changes: Minor doc fix (#409) -[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.7.2...HEAD +[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.7.3...HEAD +[0.7.3]: https://github.com/toml-rs/toml/compare/toml-v0.7.2...toml-v0.7.3 [0.7.2]: https://github.com/toml-rs/toml/compare/toml-v0.7.1...toml-v0.7.2 [0.7.1]: https://github.com/toml-rs/toml/compare/toml-v0.7.0...toml-v0.7.1 [0.7.0]: https://github.com/toml-rs/toml/compare/toml-v0.6.0...toml-v0.7.0 diff --git a/crates/toml/Cargo.toml b/crates/toml/Cargo.toml index bda32a32..e7cf5981 100644 --- a/crates/toml/Cargo.toml +++ b/crates/toml/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toml" -version = "0.7.2" +version = "0.7.3" readme = "README.md" license = "MIT OR Apache-2.0" keywords = ["encoding", "toml"]