Skip to content

Commit

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

diff --git a/Changes b/Changes
index 0c689b6..476adc8 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Perl extension kura
 
 {{$NEXT}}
+
+0.03 2024-08-21T14:53:54Z
     - Fixed integration test. #1
 
 0.02 2024-08-18T23:19:04Z
  • Loading branch information
kfly8 committed Aug 21, 2024
1 parent f73b1ad commit fa46ad7
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.03 2024-08-21T14:53:54Z
- Fixed integration test. #1

0.02 2024-08-18T23:19:04Z
- Add integration test.

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.02",
"version" : "0.03",
"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.02";
our $VERSION = "0.03";

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

0 comments on commit fa46ad7

Please sign in to comment.