From bb2252714e848bc5c06ae5406a362720f3eaafc8 Mon Sep 17 00:00:00 2001 From: Alex Good Date: Thu, 27 Jun 2024 09:35:30 +0100 Subject: [PATCH] v0.8.5 --- CHANGELOG.md | 4 ++++ autosurgeon/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adbbc4f..b2d1a29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## `0.8.5` + +* Implement `PartialEq` and `Eq` for `Text` + ## `0.8.4` * Implement `Reconcile` for `MaybeMissing` so that `derive(Reconcile)` works diff --git a/autosurgeon/Cargo.toml b/autosurgeon/Cargo.toml index 9651e35..6841382 100644 --- a/autosurgeon/Cargo.toml +++ b/autosurgeon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "autosurgeon" -version = "0.8.4" +version = "0.8.5" authors = { workspace = true } edition = { workspace = true } rust-version = { workspace = true }