From 47812df08855bb0cd92458c97eb84afe9d10af06 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 15 Jan 2024 14:22:01 -0600 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 8 ++++++++ crates/core/CHANGELOG.md | 4 ++++ crates/tree/CHANGELOG.md | 4 ++++ 3 files changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8357b4d..57e4bfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Compatibility + +- Update MSRV to 1.70.0 + +### Internals + +- Remove `itertools` + ## [3.0.4] - 2023-09-18 ### Compatibility diff --git a/crates/core/CHANGELOG.md b/crates/core/CHANGELOG.md index b43d27a..1f2abcc 100644 --- a/crates/core/CHANGELOG.md +++ b/crates/core/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Compatibility + +- Update MSRV to 1.70.0 + ## [1.0.6] - 2023-03-14 ### Compatibility diff --git a/crates/tree/CHANGELOG.md b/crates/tree/CHANGELOG.md index f04926d..c1d6b70 100644 --- a/crates/tree/CHANGELOG.md +++ b/crates/tree/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Compatibility + +- Update MSRV to 1.70.0 + ## [1.0.9] - 2023-03-14 ### Fixes