From 1fe5eaedd451ff544e0a0a1e0f9255fb90986e32 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 9 Apr 2017 15:34:36 +0200 Subject: [PATCH] tag 0.17 --- Changes | 5 +++++ lib/AnyEvent/I3.pm | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index dd68f4cb..713f7d1c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for AnyEvent-I3 +0.17 2017-04-09 + + * support the shutdown event + * use lib '.' for Perl 5.25.11+ + 0.16 2014-10-03 * support the barconfig_update and binding event diff --git a/lib/AnyEvent/I3.pm b/lib/AnyEvent/I3.pm index a8872d5d..875f3790 100644 --- a/lib/AnyEvent/I3.pm +++ b/lib/AnyEvent/I3.pm @@ -16,11 +16,11 @@ AnyEvent::I3 - communicate with the i3 window manager =cut -our $VERSION = '0.16'; +our $VERSION = '0.17'; =head1 VERSION -Version 0.16 +Version 0.17 =head1 SYNOPSIS -- 2.39.2