From 842e910bbc7e232ceea0871bdb429ef23a3a943a Mon Sep 17 00:00:00 2001 From: Alex Good Date: Tue, 4 Jun 2024 10:51:36 +0100 Subject: [PATCH] v0.8.4 --- CHANGELOG.md | 6 ++++++ autosurgeon/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1e3f25..adbbc4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## `0.8.4` + +* Implement `Reconcile` for `MaybeMissing` so that `derive(Reconcile)` works + for types containing a `MaybeMissing` field. + + ## `0.8.3` * Add `Text::update` which allows you to specify changes to text by just diff --git a/autosurgeon/Cargo.toml b/autosurgeon/Cargo.toml index 959a059..9651e35 100644 --- a/autosurgeon/Cargo.toml +++ b/autosurgeon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "autosurgeon" -version = "0.8.3" +version = "0.8.4" authors = { workspace = true } edition = { workspace = true } rust-version = { workspace = true }