From 2aa38fba2967f9a979acf6f359f73f89952aafe4 Mon Sep 17 00:00:00 2001 From: Elizabeth Mattijsen Date: Fri, 16 Aug 2024 20:32:05 +0200 Subject: [PATCH] 0.3.4 --- Changes | 6 +++++- META6.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 26b9475..8d7e7df 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,12 @@ Revision history for App-Rak {{$NEXT}} + +0.3.4 2024-08-16T20:30:55+02:00 - Complete migration to Needle::Compile, which introduces a - number of new features + number of new features, such as "!", "&", "s:" pattern + prefixes, and the --not, --and, --andnot, --or, --ornot + arguments - Remove dependency on "has-word", that logic is now handled inside Needle::Compile - BREAKING CHANGE: using jp() inside code needles now require diff --git a/META6.json b/META6.json index bdda719..679b95d 100644 --- a/META6.json +++ b/META6.json @@ -59,5 +59,5 @@ ], "test-depends": [ ], - "version": "0.3.3" + "version": "0.3.4" }