aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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