Skip to content

Commit

Permalink
0.20 release
Browse files Browse the repository at this point in the history
  • Loading branch information
FGasper committed Apr 13, 2022
1 parent 8652bbd commit 2ec4fa2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install Socket::MsgHdr (optional)
run: "curl -L https://cpanmin.us | perl - --notest Socket::MsgHdr ||:"
- name: Install Dependencies
run: curl -L https://cpanmin.us | perl - --notest --installdeps .
run: curl -L https://cpanmin.us | perl - --notest --installdeps --with-configure .
- name: perl Makefile.PL
run: perl Makefile.PL
- name: make
Expand Down
2 changes: 1 addition & 1 deletion Changes
@@ -1,6 +1,6 @@
Revision history for Perl module Protocol::DBus

0.20
0.20 Wed 13 Apr 2022
- Make unexpected socket shutdowns & errors trigger promise rejections.
(Previously the promises never settled.)

Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -3,6 +3,7 @@ LICENSE
MANIFEST
Makefile.PL
README.md
cpanfile
examples/anyevent.pl
examples/anyevent_monitor.pl
examples/credentials.pl
Expand Down
2 changes: 1 addition & 1 deletion lib/Protocol/DBus.pm
Expand Up @@ -3,7 +3,7 @@ package Protocol::DBus;
use strict;
use warnings;

our $VERSION = '0.20_02';
our $VERSION = '0.20';

=encoding utf8
Expand Down

0 comments on commit 2ec4fa2

Please sign in to comment.