From 67d84848c5b5f0d950751a9f3809d5bd699dd45e Mon Sep 17 00:00:00 2001 From: Ameya Ketkar <94497232+ketkarameya@users.noreply.github.com> Date: Thu, 22 Jun 2023 13:08:28 -0700 Subject: [PATCH] [PolyglotPiranha] Prepare for release 0.3.10. --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7e4f56fe..b230e1e5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +Version 0.3.10 +------------- +* Add support for replace node index +* Bug fix for iOS cleanup + Version 0.3.9 ------------- * Rule graph validation #493 diff --git a/Cargo.toml b/Cargo.toml index 518429bde..f04e04c6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = [ ] name = "piranha" description = "Polyglot Piranha is a library for performing structural find and replace with deep cleanup." -version = "0.3.9" +version = "0.3.10" edition = "2021" include = ["pyproject.toml", "src/"] exclude = ["legacy"]