From fe65b2bfa2021b939a0fc71e8b008609ea21f6fe Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 2 Oct 2023 19:29:07 -0500 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 84b6a754..80e2c0fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -886,7 +886,7 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.1" +version = "0.8.2" dependencies = [ "indexmap", "serde", @@ -940,7 +940,7 @@ dependencies = [ "serde", "serde_json", "toml 0.5.10", - "toml 0.8.1", + "toml 0.8.2", "toml_edit", ] diff --git a/crates/toml/CHANGELOG.md b/crates/toml/CHANGELOG.md index b328bd3a..1adb6764 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.8.2] - 2023-10-03 + ### Fixes - *(parser)* Correctly error when mixing inline tables with inline dotted keys @@ -166,7 +168,8 @@ Changes: Minor doc fix (#409) -[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.8.1...HEAD +[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.8.2...HEAD +[0.8.2]: https://github.com/toml-rs/toml/compare/toml-v0.8.1...toml-v0.8.2 [0.8.1]: https://github.com/toml-rs/toml/compare/toml-v0.8.0...toml-v0.8.1 [0.8.0]: https://github.com/toml-rs/toml/compare/toml-v0.7.8...toml-v0.8.0 [0.7.8]: https://github.com/toml-rs/toml/compare/toml-v0.7.7...toml-v0.7.8 diff --git a/crates/toml/Cargo.toml b/crates/toml/Cargo.toml index 59c037e9..381a7278 100644 --- a/crates/toml/Cargo.toml +++ b/crates/toml/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toml" -version = "0.8.1" +version = "0.8.2" keywords = ["encoding", "toml"] categories = ["encoding", "parser-implementations", "parsing", "config"] description = """