Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.07.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kfly8 committed Dec 15, 2024
1 parent 12908c3 commit 0a74919
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/kura.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package kura;
use strict;
use warnings;

our $VERSION = "0.06";
our $VERSION = "0.07";

use Carp ();
use Sub::Util ();
Expand Down

0 comments on commit 0a74919

Please sign in to comment.