Skip to content

Commit

Permalink
[PolyglotPiranha] Prepare for release 0.3.16. (#568)
Browse files Browse the repository at this point in the history
* [PolyglotPiranha] Prepare for release 0.3.16.

* Update playground v
  • Loading branch information
danieltrt authored Aug 4, 2023
1 parent c0d64bf commit afcf8e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.3.16
-------------
* Added concrete syntax as matching language

Version 0.3.15
-------------
* Bug-fix in query validation
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion experimental/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit afcf8e2

Please sign in to comment.