AnyEvent-I3: bump to 0.19 (#5990)

fixes https://github.com/i3/i3/issues/5986
This commit is contained in:
Michael Stapelberg
2024-04-09 17:43:02 +02:00
committed by GitHub
parent d91597b1c1
commit 051d3537e3
2 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -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