From 5e747eb0bf587a622b6be7630b1a2db171c6f77e Mon Sep 17 00:00:00 2001 From: Patrik Wenger Date: Thu, 4 Jan 2024 22:33:49 +0100 Subject: [PATCH] update CHANGES and bump version to 1.1.1 --- CHANGES.md | 9 +++++++++ lib/cztop/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index ae0e674..4fc9290 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +1.1.1 (1/4/2024) +----- +* speed up Async::IO#wait_readable and #wait_writable +* update CI and specs + +1.1.0 (1/4/2024) +----- +* support Async + 1.1.0.pre1 (10/17/2022) ----- * modernize syntax using Rubocop diff --git a/lib/cztop/version.rb b/lib/cztop/version.rb index 806909f..7e6bfd8 100644 --- a/lib/cztop/version.rb +++ b/lib/cztop/version.rb @@ -2,6 +2,6 @@ module CZTop - VERSION = '1.1.0' + VERSION = '1.1.1' end