Skip to content

Commit

Permalink
bump version; changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyink committed Jun 7, 2022
1 parent 5e15929 commit ec8762f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Types/Self.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Types::Self;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.001';
our $VERSION = '0.002';

use Exporter::Tiny qw();
our @ISA = qw( Exporter::Tiny );
Expand Down
6 changes: 6 additions & 0 deletions meta/changes.pret
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@
issued 2022-04-21;
label "Initial release".

`Types-Self 0.002 cpan:TOBYINK`
issued 2022-06-07;
changeset [
item "Expanded documentation."^^Documentation;
item "Added a `coercions_for_Self` function."^^Addition;
].

0 comments on commit ec8762f

Please sign in to comment.