Skip to content

Commit

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

diff --git a/Changes b/Changes
index d47b503..8379c2c 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Hashids

 {{$NEXT}}

+1.001012 2020-01-25T02:25:44Z
+
+    - Fix bignum pragma check in misc test
+
 1.001011 2020-01-24T03:52:21Z

     - Hashids::Util: fix possible infinite loop in to_alphabet() when
  • Loading branch information
zakame committed Jan 25, 2020
1 parent 763390a commit dcda3c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,10 @@ Revision history for Perl extension Hashids

{{$NEXT}}

1.001012 2020-01-25T02:25:44Z

- Fix bignum pragma check in misc test

1.001011 2020-01-24T03:52:21Z

- Hashids::Util: fix possible infinite loop in to_alphabet() when
Expand Down
2 changes: 1 addition & 1 deletion META.json
Expand Up @@ -72,7 +72,7 @@
"web" : "https://github.com/zakame/hashids.pm"
}
},
"version" : "1.001011",
"version" : "1.001012",
"x_contributors" : [
"C. A. Church <thisdroneeatspeople@gmail.com>",
"Troy Morehouse <troymore@nbnet.nb.ca>",
Expand Down
2 changes: 1 addition & 1 deletion lib/Hashids.pm
Expand Up @@ -6,7 +6,7 @@ use Hashids::Util ':all';
use Moo;
use namespace::clean;

our $VERSION = "1.001011";
our $VERSION = "1.001012";

has salt => ( is => 'ro', default => '' );

Expand Down

0 comments on commit dcda3c8

Please sign in to comment.