aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <stapelberg@users.noreply.github.com>2024-04-09 17:43:02 +0200
committerGitHub <noreply@github.com>2024-04-09 17:43:02 +0200
commit051d3537e3e028c55572658cf154a82b11248d91 (patch)
tree3b975ab7addec9eafe5c711024c1cd76cc5c0676
parentd91597b1c1a51c41a1fc65c3ad8760b786522d83 (diff)
downloadi3-051d3537e3e028c55572658cf154a82b11248d91.tar.gz
i3-051d3537e3e028c55572658cf154a82b11248d91.zip
AnyEvent-I3: bump to 0.19 (#5990)
fixes https://github.com/i3/i3/issues/5986
-rw-r--r--AnyEvent-I3/Changes9
-rw-r--r--AnyEvent-I3/lib/AnyEvent/I3.pm4
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