Skip to content

Commit 4e85fe4

Browse files
committed
bump version to 1.2.2 [skip ci]
1 parent de6c697 commit 4e85fe4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
next
1+
1.2.2 (1/7/2024)
22
-----
3-
* add compatibility for Ruby 3.0 and Ruby 3.1 (it'll define `IO::TimeoutError < IOError` if not defined)
3+
* restore compatibility with Ruby 3.0+
44
* fix latency issue
55

66
1.2.1 (1/7/2024)

lib/cztop/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module CZTop
44

5-
VERSION = '1.2.1'
5+
VERSION = '1.2.2'
66

77
end

0 commit comments

Comments
 (0)