summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorperlancar (on netbook-dell-xps13) <perlancar@gmail.com>2020-01-04 07:14:58 +0700
committerperlancar (on netbook-dell-xps13) <perlancar@gmail.com>2020-01-04 07:14:58 +0700
commit716c84e47ded6fee2229e4b00a3bd5a443b00c3f (patch)
treebd89dfb8c1571938fa5a1d8ebaf87bac3af11e5a
parentd64821dc687f5cf3c31899053f269677f9b50c7f (diff)
Release v0.006
-rw-r--r--Changes16
-rw-r--r--dist.ini2
2 files changed, 17 insertions, 1 deletions
diff --git a/Changes b/Changes
index 2c64042..377960b 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,19 @@
+0.006 2020-01-04 Released-By: PERLANCAR; Urgency: medium
+
+ [doc]
+
+ - Update doc (DZP:Test::Regexp::Pattern does not exist, or I
+ haven't written it; mention DZP:Regexp::Pattern instead which
+ includes the functionality).
+
+ - Fix example in Synopsis [GH#3].
+
+ [internal]
+
+ - Use Hash::DefHash so we properly ignore ignorable
+ properties/attributes [GH#4].
+
+
0.005 2020-01-02 Released-By: PERLANCAR; Urgency: medium
- Generate anchored regex pattern if anchor=>1 in example.
diff --git a/dist.ini b/dist.ini
index 42fd943..09fcfd2 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,4 +1,4 @@
-version=0.005
+version=0.006
name=Test-Regexp-Pattern