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 }