Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AnyEvent-I3: bump to 0.19 #5990

Merged
merged 1 commit into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions AnyEvent-I3/Changes
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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