From 051d3537e3e028c55572658cf154a82b11248d91 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 9 Apr 2024 17:43:02 +0200 Subject: AnyEvent-I3: bump to 0.19 (#5990) fixes https://github.com/i3/i3/issues/5986 --- AnyEvent-I3/Changes | 9 +++++++++ AnyEvent-I3/lib/AnyEvent/I3.pm | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/AnyEvent-I3/Changes b/AnyEvent-I3/Changes index d763437f..d9fe55a2 100644 --- a/AnyEvent-I3/Changes +++ b/AnyEvent-I3/Changes @@ -1,5 +1,14 @@ Revision history for AnyEvent-I3 +0.19 2024-04-09 + + * use Carp for errors (includes stacktraces) + * introduce (preferred) RUN_COMMAND spelling + * migrate tooling to ExtUtils::MakeMaker + * implement the tick event + * introduce the sync IPC command + * introduce the GET_BINDING_STATE IPC command + 0.18 2017-08-19 * support the GET_CONFIG command diff --git a/AnyEvent-I3/lib/AnyEvent/I3.pm b/AnyEvent-I3/lib/AnyEvent/I3.pm index 0a272300..14618430 100644 --- a/AnyEvent-I3/lib/AnyEvent/I3.pm +++ b/AnyEvent-I3/lib/AnyEvent/I3.pm @@ -17,11 +17,11 @@ AnyEvent::I3 - communicate with the i3 window manager =cut -our $VERSION = '0.18'; +our $VERSION = '0.19'; =head1 VERSION -Version 0.18 +Version 0.19 =head1 SYNOPSIS -- cgit v1.2.3-54-g00ecf