Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jan 12, 2023
1 parent f7c21bd commit b61e9b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
2023-01-12 Dave Cross <dave@perlhacks.com>

* Version 1.1.1
* Fix problem parsing perl-License-Syntax.spec (thanks Michal Josef Špaček)

2022-12-09 Dave Cross <dave@perlhacks.com>

* Version 1.1.0
* Support ExcludeArch, ExclusiveArch, ExcluseOS, ExclusiveOS

2021-01-23 Dave Cross <dave@perlhacks.com>
Expand Down
2 changes: 1 addition & 1 deletion lib/Parse/RPM/Spec.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use warnings;
use Carp;
use Moose;

our $VERSION = 'v1.1.0';
our $VERSION = 'v1.1.1';

has file => ( is => 'ro', isa => 'Str', required => 1 );
has name => ( is => 'rw', isa => 'Str' );
Expand Down

0 comments on commit b61e9b4

Please sign in to comment.