From 0a74919780364586fe64248ca1991965b7f8d5b6 Mon Sep 17 00:00:00 2001 From: kobaken Date: Sun, 15 Dec 2024 16:59:31 +0900 Subject: [PATCH] Checking in changes prior to tagging of version 0.07. Changelog diff is: diff --git a/Changes b/Changes index bc80bca..d17a020 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Perl extension kura {{$NEXT}} + +0.07 2024-12-15T07:59:25Z - Feature: more flexibility in creating type constraints #6 0.06 2024-12-10T00:43:29Z --- Changes | 3 +++ META.json | 2 +- lib/kura.pm | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index d0c187f..d17a020 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for Perl extension kura {{$NEXT}} +0.07 2024-12-15T07:59:25Z + - Feature: more flexibility in creating type constraints #6 + 0.06 2024-12-10T00:43:29Z - Feature: store private constraints #5 diff --git a/META.json b/META.json index 40a29f6..b85d57b 100644 --- a/META.json +++ b/META.json @@ -64,7 +64,7 @@ "web" : "https://github.com/kfly8/kura" } }, - "version" : "0.06", + "version" : "0.07", "x_authority" : "cpan:KFLY", "x_serialization_backend" : "JSON::PP version 4.16", "x_static_install" : 1 diff --git a/lib/kura.pm b/lib/kura.pm index 3428347..ce96fad 100644 --- a/lib/kura.pm +++ b/lib/kura.pm @@ -2,7 +2,7 @@ package kura; use strict; use warnings; -our $VERSION = "0.06"; +our $VERSION = "0.07"; use Carp (); use Sub::Util ();