Skip to content

Commit

Permalink
update CHANGES and bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paddor committed Jan 4, 2024
1 parent 182ca42 commit 5e747eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/cztop/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module CZTop

VERSION = '1.1.0'
VERSION = '1.1.1'

end

0 comments on commit 5e747eb

Please sign in to comment.