Skip to content

Commit

Permalink
Prepare for release 0.3.25 (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvmarcilio committed Jul 17, 2024
1 parent f6523af commit c47edc3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
-------------

Expand Down
9 changes: 2 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
[package]
authors = [
"Ameya Ketkar <[email protected]>",
"Lazaro Clapp <[email protected]>",
"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"]
Expand Down

0 comments on commit c47edc3

Please sign in to comment.