From afcf8e2f853c390bca5a0159f6f8d8425de15139 Mon Sep 17 00:00:00 2001 From: Daniel Ramos Date: Fri, 4 Aug 2023 13:19:50 -0700 Subject: [PATCH] [PolyglotPiranha] Prepare for release 0.3.16. (#568) * [PolyglotPiranha] Prepare for release 0.3.16. * Update playground v --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- experimental/setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7458e54b4..77972971e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +Version 0.3.16 +------------- +* Added concrete syntax as matching language + Version 0.3.15 ------------- * Bug-fix in query validation diff --git a/Cargo.toml b/Cargo.toml index 86608c020..303d0b485 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.15" +version = "0.3.16" edition = "2021" include = ["pyproject.toml", "src/"] exclude = ["legacy"] diff --git a/experimental/setup.py b/experimental/setup.py index 2facf0001..fc28b1b60 100644 --- a/experimental/setup.py +++ b/experimental/setup.py @@ -13,7 +13,7 @@ setup( name="polyglot-piranha-playground", - version="0.0.2", + version="0.0.3", description="A playground for Piranha", long_description=open("README.md").read(), long_description_content_type="text/markdown",