From c47edc316c3b579b0dbbdc6beedaf4b1296d1210 Mon Sep 17 00:00:00 2001 From: Diego Marcilio Date: Wed, 17 Jul 2024 16:51:37 +0200 Subject: [PATCH] Prepare for release 0.3.25 (#679) --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 9 ++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d8e3f114..25489bd51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +Version 0.3.25 +------------- + +* Better concrete syntax semantics (https://github.com/uber/piranha/pull/671) +* More Python types in _polyglot_piranha.pyi_ (https://github.com/uber/piranha/pull/675 ; https://github.com/uber/piranha/pull/674) +* Fixing bug with `.kt` extension (https://github.com/uber/piranha/pull/676) +* Improvements and fixes to Spark migration rules (https://github.com/uber/piranha/pull/658) +* Ruby support (https://github.com/uber/piranha/pull/649 ; https://github.com/uber/piranha/pull/670) +* Disabled graph validation by default (https://github.com/uber/piranha/pull/672) + Version 0.3.24 ------------- diff --git a/Cargo.toml b/Cargo.toml index 8cfbf633f..4b2ac22d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,8 @@ [package] -authors = [ - "Ameya Ketkar ", - "Lazaro Clapp ", - "Murali Krishna Ramanathan", - "Uber Technologies Inc.", -] +authors = ["Uber Technologies Inc."] name = "piranha" description = "Polyglot Piranha is a library for performing structural find and replace with deep cleanup." -version = "0.3.24" +version = "0.3.25" edition = "2021" include = ["pyproject.toml", "src/"] exclude = ["legacy"]