Skip to content

Commit

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

diff --git a/Changes b/Changes
index f86b3f2..63d2e1f 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Perl extension OrePAN2
 
 {{$NEXT}}
+
+0.52 2024-02-19T22:27:12Z
     - weaken type constraint of "directory" attribute (GH#69) (XSven)
 
 0.51 2024-02-12T16:20:34Z
  • Loading branch information
oalders committed Feb 19, 2024
1 parent aac3833 commit 6615158
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for Perl extension OrePAN2

{{$NEXT}}

0.52 2024-02-19T22:27:12Z
- weaken type constraint of "directory" attribute (GH#69) (XSven)

0.51 2024-02-12T16:20:34Z
Expand Down
2 changes: 1 addition & 1 deletion lib/OrePAN2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package OrePAN2;
use strict;
use warnings;

our $VERSION = "0.51";
our $VERSION = "0.52";

1;
__END__
Expand Down

0 comments on commit 6615158

Please sign in to comment.