Prep for release

This commit is contained in:
Dave Cross 2023-01-13 10:50:48 +00:00
parent 623e7fc65c
commit dd6cfc1536
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2023-01-13 Dave Cross <dave@perlhacks.com>
* Version 1.1.2
* Fix name of excludearch method (thanks Michal Josef Špaček)
2023-01-12 Dave Cross <dave@perlhacks.com>
* Version 1.1.1

View file

@ -7,7 +7,7 @@ use warnings;
use Carp;
use Moose;
our $VERSION = 'v1.1.1';
our $VERSION = 'v1.1.2';
has file => ( is => 'ro', isa => 'Str', required => 1 );
has name => ( is => 'rw', isa => 'Str' );