Skip to content

Commit

Permalink
AnyEvent-I3: bump to 0.19 (#5990)
Browse files Browse the repository at this point in the history
fixes #5986
  • Loading branch information
stapelberg committed Apr 9, 2024
1 parent d91597b commit 051d353
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions 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
Expand Down
4 changes: 2 additions & 2 deletions AnyEvent-I3/lib/AnyEvent/I3.pm
Expand Up @@ -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
Expand Down

0 comments on commit 051d353

Please sign in to comment.