From 433493236358864ce595dc509332e2b07d30f564 Mon Sep 17 00:00:00 2001 From: Alex Good Date: Tue, 30 Jan 2024 09:33:22 +0000 Subject: [PATCH] v0.8.3 --- CHANGELOG.md | 6 ++++++ autosurgeon/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19cc9d3..e1e3f25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/autosurgeon/Cargo.toml b/autosurgeon/Cargo.toml index e07cf66..959a059 100644 --- a/autosurgeon/Cargo.toml +++ b/autosurgeon/Cargo.toml @@ -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 }