Skip to content

Commit

Permalink
v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjg committed Jun 4, 2024
1 parent 123cfec commit 842e910
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.3"
version = "0.8.4"
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
Expand Down

0 comments on commit 842e910

Please sign in to comment.