Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.02.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index ae2cf24..137f7e3 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension kura
 
 {{$NEXT}}
 
+0.02 2024-08-18T23:19:04Z
+    - Add integration test.
+
 0.01 2024-08-18T13:30:10Z
 
     - original version
  • Loading branch information
kfly8 committed Aug 18, 2024
1 parent 7656d21 commit 2726173
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.02 2024-08-18T23:19:04Z
- Add integration test.

0.01 2024-08-18T13:30:10Z

- original version
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.01",
"version" : "0.02",
"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.01";
our $VERSION = "0.02";

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

0 comments on commit 2726173

Please sign in to comment.