diff --git a/Cargo.lock b/Cargo.lock index e58ac1b3..771b088e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -794,7 +794,7 @@ dependencies = [ [[package]] name = "serde_spanned" -version = "0.6.0" +version = "0.6.1" dependencies = [ "serde", ] @@ -907,7 +907,7 @@ dependencies = [ [[package]] name = "toml" -version = "0.7.0" +version = "0.7.1" dependencies = [ "indexmap", "serde", @@ -960,20 +960,20 @@ dependencies = [ "serde", "serde_json", "toml 0.5.10", - "toml 0.7.0", + "toml 0.7.1", "toml_edit", ] [[package]] name = "toml_datetime" -version = "0.6.0" +version = "0.6.1" dependencies = [ "serde", ] [[package]] name = "toml_edit" -version = "0.19.0" +version = "0.19.1" dependencies = [ "indexmap", "kstring", diff --git a/crates/serde_spanned/CHANGELOG.md b/crates/serde_spanned/CHANGELOG.md index 9d05cb46..8e40a59a 100644 --- a/crates/serde_spanned/CHANGELOG.md +++ b/crates/serde_spanned/CHANGELOG.md @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog]. ## [Unreleased] - ReleaseDate +## [0.6.1] - 2023-01-30 + ### Documentation - Show features on doc.rs @@ -14,5 +16,6 @@ The format is based on [Keep a Changelog]. ## [0.6.0] - 2023-01-20 -[Unreleased]: https://github.com/toml-rs/toml/compare/serde_spanned-v0.6.0...HEAD +[Unreleased]: https://github.com/toml-rs/toml/compare/serde_spanned-v0.6.1...HEAD +[0.6.1]: https://github.com/toml-rs/toml/compare/serde_spanned-v0.6.0...serde_spanned-v0.6.1 [0.6.0]: https://github.com/toml-rs/toml/compare/205859ff8c88fcc351ca55abc08139a6785fd075...serde_spanned-v0.6.0 diff --git a/crates/serde_spanned/Cargo.toml b/crates/serde_spanned/Cargo.toml index ae61787a..3ea15058 100644 --- a/crates/serde_spanned/Cargo.toml +++ b/crates/serde_spanned/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_spanned" -version = "0.6.0" +version = "0.6.1" readme = "README.md" license = "MIT OR Apache-2.0" keywords = ["serde", "span"] diff --git a/crates/toml/CHANGELOG.md b/crates/toml/CHANGELOG.md index e53c04ce..5595317b 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.1] - 2023-01-30 + ### Documentation - Show features on doc.rs @@ -96,7 +98,8 @@ Changes: Minor doc fix (#409) -[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.7.0...HEAD +[Unreleased]: https://github.com/toml-rs/toml/compare/toml-v0.7.1...HEAD +[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 [0.6.0]: https://github.com/toml-rs/toml/compare/70caf40...toml-v0.6.0 [0.5.11]: https://github.com/toml-rs/toml_edit/compare/toml-v0.5.10...toml-v0.5.11 diff --git a/crates/toml/Cargo.toml b/crates/toml/Cargo.toml index e38e432b..cc4600d1 100644 --- a/crates/toml/Cargo.toml +++ b/crates/toml/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toml" -version = "0.7.0" +version = "0.7.1" readme = "README.md" license = "MIT OR Apache-2.0" keywords = ["encoding", "toml"] @@ -51,9 +51,9 @@ preserve_order = ["indexmap"] [dependencies] serde = "1.0.145" indexmap = { version = "1.9.1", optional = true } -toml_edit = { version = "0.19.0", path = "../toml_edit", features = ["serde"], optional = true } -toml_datetime = { version = "0.6.0", path = "../toml_datetime", features = ["serde"] } -serde_spanned = { version = "0.6.0", path = "../serde_spanned", features = ["serde"] } +toml_edit = { version = "0.19.1", path = "../toml_edit", features = ["serde"], optional = true } +toml_datetime = { version = "0.6.1", path = "../toml_datetime", features = ["serde"] } +serde_spanned = { version = "0.6.1", path = "../serde_spanned", features = ["serde"] } [dev-dependencies] serde = { version = "1.0.152", features = ["derive"] } diff --git a/crates/toml_datetime/CHANGELOG.md b/crates/toml_datetime/CHANGELOG.md index 6d37d4e6..c18ca53d 100644 --- a/crates/toml_datetime/CHANGELOG.md +++ b/crates/toml_datetime/CHANGELOG.md @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog]. ## [Unreleased] - ReleaseDate +## [0.6.1] - 2023-01-30 + ### Documentation - Show features on doc.rs @@ -27,7 +29,8 @@ The format is based on [Keep a Changelog]. ## [0.5.0] - 2022-10-21 -[Unreleased]: https://github.com/toml-rs/toml/compare/toml_datetime-v0.6.0...HEAD +[Unreleased]: https://github.com/toml-rs/toml/compare/toml_datetime-v0.6.1...HEAD +[0.6.1]: https://github.com/toml-rs/toml/compare/toml_datetime-v0.6.0...toml_datetime-v0.6.1 [0.6.0]: https://github.com/toml-rs/toml/compare/toml_datetime-v0.5.1...toml_datetime-v0.6.0 [0.5.1]: https://github.com/toml-rs/toml/compare/toml_datetime-v0.5.0...toml_datetime-v0.5.1 [0.5.0]: https://github.com/toml-rs/toml/compare/87741642c0f1a5217fd125e99fb52181869f74fa...toml_datetime-v0.5.0 diff --git a/crates/toml_datetime/Cargo.toml b/crates/toml_datetime/Cargo.toml index 7c28555a..604b397f 100644 --- a/crates/toml_datetime/Cargo.toml +++ b/crates/toml_datetime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toml_datetime" -version = "0.6.0" +version = "0.6.1" readme = "README.md" license = "MIT OR Apache-2.0" keywords = ["encoding", "toml"] diff --git a/crates/toml_edit/CHANGELOG.md b/crates/toml_edit/CHANGELOG.md index 5f5f8e03..421dd1ff 100644 --- a/crates/toml_edit/CHANGELOG.md +++ b/crates/toml_edit/CHANGELOG.md @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog]. ## [Unreleased] - ReleaseDate +## [0.19.1] - 2023-01-30 + ### Documentation - Show features on doc.rs @@ -442,7 +444,8 @@ This release was sponsored by Futurewei - `array.push` now returns a `Result`. -[Unreleased]: https://github.com/toml-rs/toml/compare/v0.19.0...HEAD +[Unreleased]: https://github.com/toml-rs/toml/compare/v0.19.1...HEAD +[0.19.1]: https://github.com/toml-rs/toml/compare/v0.19.0...v0.19.1 [0.19.0]: https://github.com/toml-rs/toml/compare/v0.18.1...v0.19.0 [0.18.1]: https://github.com/toml-rs/toml/compare/v0.18.0...v0.18.1 [0.18.0]: https://github.com/toml-rs/toml/compare/v0.17.1...v0.18.0 diff --git a/crates/toml_edit/Cargo.toml b/crates/toml_edit/Cargo.toml index c1683507..da7d99c3 100644 --- a/crates/toml_edit/Cargo.toml +++ b/crates/toml_edit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toml_edit" -version = "0.19.0" +version = "0.19.1" readme = "README.md" license = "MIT OR Apache-2.0" keywords = ["encoding", "toml"] @@ -51,8 +51,8 @@ indexmap = "1.9.1" nom8 = "0.2.0" serde = { version = "1.0.145", optional = true } kstring = { version = "2.0.0", features = ["max_inline"], optional = true } -toml_datetime = { version = "0.6.0", path = "../toml_datetime" } -serde_spanned = { version = "0.6.0", path = "../serde_spanned", features = ["serde"], optional = true } +toml_datetime = { version = "0.6.1", path = "../toml_datetime" } +serde_spanned = { version = "0.6.1", path = "../serde_spanned", features = ["serde"], optional = true } [dev-dependencies] serde_json = "1.0.91"