Skip to content

Commit

Permalink
v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjg committed Jan 30, 2024
1 parent 3a952ff commit 4334932
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.3`

* Add `Text::update` which allows you to specify changes to text by just
passing the latest version of the text rather than as individual splice
calls.

## `0.8.2`

* (@teohanhui) Add the `missing=` annotation which allows the user to specify a
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.2"
version = "0.8.3"
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
Expand Down

0 comments on commit 4334932

Please sign in to comment.