Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjg committed Jul 21, 2023
1 parent a4268b4 commit 1073dba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## `0.8.0`

* Upgrade to Automerge 0.5.0
* Allow `TextReconciler::splice_text` to take a negative `del`

## `0.7.1`

No changes, this release is the same as 0.7.0, but I (Alex) published the wrong
Expand Down
2 changes: 1 addition & 1 deletion autosurgeon-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "autosurgeon-derive"
description = "Procedural macros for implementing autosurgeon"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
authors = ["Alex Good <alex@memoryandthought.me>"]
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions autosurgeon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "autosurgeon"
description = "A library for working with data in automerge documents"
version = "0.7.1"
version = "0.8.0"
edition = "2021"
authors = ["Alex Good <alex@memoryandthought.me>"]
license = "MIT"
Expand All @@ -13,7 +13,7 @@ readme = "../README.md"
automerge = { version = "0.5.0" }
thiserror = "1.0.37"
smol_str = { version = "^0.1.21" }
autosurgeon-derive = { path = "../autosurgeon-derive", version = "0.6.0" }
autosurgeon-derive = { path = "../autosurgeon-derive", version = "0.7.0" }
similar = "2.2.1"
uuid = { version = "1.2.2", optional = true }

Expand Down

0 comments on commit 1073dba

Please sign in to comment.