diff --git a/CHANGELOG.md b/CHANGELOG.md index 214a153..967c4e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## `0.8.7` + +* Generalize the type of the doc argument to `reconcile_insert` to allow + anything which implements `Doc` and not just `AutoCommit` + ## `0.8.6 * Update to `automerge` 0.6.0 diff --git a/autosurgeon/Cargo.toml b/autosurgeon/Cargo.toml index e1aac46..bc6f5b4 100644 --- a/autosurgeon/Cargo.toml +++ b/autosurgeon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "autosurgeon" -version = "0.8.6" +version = "0.8.7" authors = { workspace = true } edition = { workspace = true } rust-version = { workspace = true }