From 2e99658cb84fdc897b66e95ba2d8bed0cce7a4e8 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 6 Nov 2023 16:11:44 -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 7decead6..857459e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -886,7 +886,7 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.7" +version = "0.8.8" dependencies = [ "indexmap", "serde", @@ -941,7 +941,7 @@ dependencies = [ "serde", "serde_json", "toml 0.5.10", - "toml 0.8.7", + "toml 0.8.8", "toml_edit", ] diff --git a/crates/toml/CHANGELOG.md b/crates/toml/CHANGELOG.md index 83c6dd8a..4ff62097 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.8] - 2023-11-06 + ### Comptibility - If you relied on `toml` to enable `toml_edit` `parse` or `display` features, it will no longer work @@ -195,7 +197,8 @@ Changes: Minor doc fix (#409) -[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.8.7...HEAD +[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.8.8...HEAD +[0.8.8]: https://github.com/toml-rs/toml/compare/toml-v0.8.7...toml-v0.8.8 [0.8.7]: https://github.com/toml-rs/toml/compare/toml-v0.8.6...toml-v0.8.7 [0.8.6]: https://github.com/toml-rs/toml/compare/toml-v0.8.5...toml-v0.8.6 [0.8.5]: https://github.com/toml-rs/toml/compare/toml-v0.8.4...toml-v0.8.5 diff --git a/crates/toml/Cargo.toml b/crates/toml/Cargo.toml index aef7386b..d9d9f9fb 100644 --- a/crates/toml/Cargo.toml +++ b/crates/toml/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toml" -version = "0.8.7" +version = "0.8.8" keywords = ["encoding", "toml"] categories = ["encoding", "parser-implementations", "parsing", "config"] description = """