From ce025eced0455a53211a69ac3f21e662cded2428 Mon Sep 17 00:00:00 2001 From: Daniel Ramos Date: Tue, 1 Aug 2023 07:04:58 -0700 Subject: [PATCH] [PolyglotPiranha] Prepare for release 0.3.15. (#563) --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 636a6a9ee..7458e54b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +Version 0.3.15 +------------- +* Bug-fix in query validation + Version 0.3.14 ------------- * Bug-fix in graph validation diff --git a/Cargo.toml b/Cargo.toml index e185cb463..5b94b052f 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.14" +version = "0.3.15" edition = "2021" include = ["pyproject.toml", "src/"] exclude = ["legacy"]