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 22, 2024
1 parent 608930f commit d5086fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.04 2024-05-22

- Add detection for a load of Linux distributions

2.03 2024-05-19

- Temporarily skip os-release tests because they don't work on Redhat. The fix is
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,4 @@ lib/Devel/AssertOS/Linux/Oracle.pm
lib/Devel/AssertOS/Linux/Elementary.pm
lib/Devel/AssertOS/Linux/Alpine.pm
lib/Devel/AssertOS/Linux/NixOS.pm
t/etc-os-release/nixos
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.03';
our $VERSION = '2.04';

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

0 comments on commit d5086fd

Please sign in to comment.