We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de6c697 commit 4e85fe4Copy full SHA for 4e85fe4
CHANGES.md
@@ -1,6 +1,6 @@
1
-next
+1.2.2 (1/7/2024)
2
-----
3
-* add compatibility for Ruby 3.0 and Ruby 3.1 (it'll define `IO::TimeoutError < IOError` if not defined)
+* restore compatibility with Ruby 3.0+
4
* fix latency issue
5
6
1.2.1 (1/7/2024)
lib/cztop/version.rb
@@ -2,6 +2,6 @@
module CZTop
- VERSION = '1.2.1'
+ VERSION = '1.2.2'
7
end
0 commit comments