From bf444161137d6fd41907a6b444b9ce4f96321836 Mon Sep 17 00:00:00 2001 From: Asger Hautop Drewsen Date: Wed, 6 Mar 2024 11:43:27 +0100 Subject: [PATCH 1/3] Add missing MSRV-bumps in changelog --- crates/toml/CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/crates/toml/CHANGELOG.md b/crates/toml/CHANGELOG.md index 98221403..4c4a1cc1 100644 --- a/crates/toml/CHANGELOG.md +++ b/crates/toml/CHANGELOG.md @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog]. ## [Unreleased] - ReleaseDate +### Compatibility + +MSRV is now 1.70 + ## [0.8.10] - 2024-02-05 ### Internal @@ -19,6 +23,10 @@ The format is based on [Keep a Changelog]. - *(de)* Improve error span for empty tables +### Compatibility + +MSRV is now 1.69 + ## [0.8.8] - 2023-11-06 ### Compatibility @@ -48,6 +56,10 @@ The format is based on [Keep a Changelog]. ## [0.8.3] - 2023-10-23 +### Compatibility + +MSRV is now 1.67 + ## [0.8.2] - 2023-10-03 ### Fixes @@ -82,6 +94,10 @@ The format is based on [Keep a Changelog]. - *(ser)* Error rather than drop whole arrays when a single element is `None` +### Compatibility + +MSRV is now 1.66.0 + ## [0.7.6] - 2023-07-05 ### Features From 23ec8bdefdaa54a576012f6f2def2d89fc144bc7 Mon Sep 17 00:00:00 2001 From: Asger Hautop Drewsen Date: Wed, 6 Mar 2024 11:52:33 +0100 Subject: [PATCH 2/3] Update CHANGELOG.md --- crates/toml_edit/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/toml_edit/CHANGELOG.md b/crates/toml_edit/CHANGELOG.md index 2397d6a7..836a45ee 100644 --- a/crates/toml_edit/CHANGELOG.md +++ b/crates/toml_edit/CHANGELOG.md @@ -47,6 +47,10 @@ The format is based on [Keep a Changelog]. - *(de)* Improve error span for empty tables +### Compatibility + +MSRV is now 1.69 + ## [0.21.0] - 2023-11-06 ### Breaking Change From 9815daa90d94848be86f297ca4f0829769e03dda Mon Sep 17 00:00:00 2001 From: Asger Hautop Drewsen Date: Thu, 7 Mar 2024 13:21:26 +0100 Subject: [PATCH 3/3] Add more missing MSRV bumps for toml_edit --- crates/toml_edit/CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/crates/toml_edit/CHANGELOG.md b/crates/toml_edit/CHANGELOG.md index 836a45ee..18cc4f43 100644 --- a/crates/toml_edit/CHANGELOG.md +++ b/crates/toml_edit/CHANGELOG.md @@ -19,6 +19,10 @@ The format is based on [Keep a Changelog]. - Update `winnow` +### Compatibility + +MSRV is now 1.70 + ## [0.22.4] - 2024-02-06 ## [0.22.3] - 2024-02-06 @@ -88,6 +92,10 @@ MSRV is now 1.69 - *(edit)* Add `Array::sort_by_key` +### Compatibility + +MSRV is now 1.67 + ## [0.20.2] - 2023-10-03 ### Fixes @@ -116,6 +124,10 @@ MSRV is now 1.69 - *(ser)* Error rather than drop whole arrays when a single element is `None` +### Compatibility + +MSRV is now 1.66.0 + ## [0.19.14] - 2023-07-14 ### Performance