Skip to content

Commit

Permalink
bump version; changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyink committed Jul 19, 2022
1 parent 0d971ce commit be813b6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/MooX/Press.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
package MooX::Press;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.085';
our $VERSION = '0.086';

use Types::Standard 1.010000 -is, -types;
use Types::TypeTiny qw(ArrayLike HashLike);
Expand Down
2 changes: 1 addition & 1 deletion lib/MooX/Press/Keywords.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
package MooX::Press::Keywords;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.085';
our $VERSION = '0.086';

use Type::Library -base;
use Type::Utils ();
Expand Down
2 changes: 1 addition & 1 deletion lib/Zydeco/Lite.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Zydeco::Lite;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.085';
our $VERSION = '0.086';

use MooX::Press ();
use Types::Standard qw( -types -is );
Expand Down
7 changes: 7 additions & 0 deletions meta/changes.pret
Original file line number Diff line number Diff line change
Expand Up @@ -577,3 +577,10 @@
changeset [
item "Optimized signatures were sometimes causing a goto(HashRef) to happen."^^Bugfix;
].

`MooX-Press 0.086 cpan:TOBYINK`
issued 2022-07-19;
changeset [
item "Raise the minimum versions of certain required dependencies."^^Packaging;
item "Cope with changes to Slurpy in latest Type::Params/Types::Standard. This actually simplifies things."^^Update;
].

0 comments on commit be813b6

Please sign in to comment.