diff --git a/CHANGELOG.md b/CHANGELOG.md index 73f366c3a..ed16d1796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +Version 0.3.27 +------------- + +* Improve whitespace handling +* Support ctrl+c +* Improve logging +* Change language names + Version 0.3.26 ------------- diff --git a/Cargo.toml b/Cargo.toml index d87050301..c07498147 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Uber Technologies Inc."] name = "piranha" description = "Polyglot Piranha is a library for performing structural find and replace with deep cleanup." -version = "0.3.26" +version = "0.3.27" edition = "2021" include = ["pyproject.toml", "src/"] exclude = ["legacy"]