Skip to content

Commit

Permalink
v0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjg committed Jun 27, 2024
1 parent 777e1f6 commit 959ec54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion autosurgeon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 }
Expand Down

0 comments on commit 959ec54

Please sign in to comment.