diff --git a/AnyEvent-I3/Changes b/AnyEvent-I3/Changes index d763437f1..d9fe55a20 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 0a2723008..146184300 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