Skip to content

Commit

Permalink
Book-keeping for release
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed May 19, 2024
1 parent aef33fc commit 33711c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.03 2024-05-19

- Temporarily skip os-release tests because they don't work on Redhat. The fix is
already in branch more-os-release. Only the Linux::Ubuntu module uses
/etc/os-release right now, and that passes in CI.

2.02 2024-05-15

- Read /etc/os-release to detect Ubuntu instead of shelling out to `lsb_release`
Expand Down
2 changes: 1 addition & 1 deletion lib/Devel/CheckOS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use File::Spec;

use vars qw(@ISA @EXPORT_OK %EXPORT_TAGS %OS_ALIASES);

our $VERSION = '2.02';
our $VERSION = '2.03';

@ISA = qw(Exporter);
@EXPORT_OK = qw(
Expand Down

0 comments on commit 33711c1

Please sign in to comment.