Skip to content

Commit bd6d105

Browse files
committed
Bump patch version.
1 parent 4901587 commit bd6d105

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

lib/io/event/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
class IO
88
# @namespace
99
module Event
10-
VERSION = "1.11.1"
10+
VERSION = "1.11.2"
1111
end
1212
end

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ Please see the [project documentation](https://socketry.github.io/io-event/) for
1818

1919
Please see the [project releases](https://socketry.github.io/io-event/releases/index) for all releases.
2020

21+
### v1.11.2
22+
23+
- Fix Windows build.
24+
25+
### v1.11.1
26+
27+
- Fix `read_nonblock` when using the `URing` selector, which was not handling zero-length reads correctly. This allows reading available data without blocking.
28+
2129
### v1.11.0
2230

2331
- [Introduce `IO::Event::WorkerPool` for off-loading blocking operations.](https://socketry.github.io/io-event/releases/index#introduce-io::event::workerpool-for-off-loading-blocking-operations.)

releases.md

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

3-
## Unreleased
3+
## v1.11.2
44

55
- Fix Windows build.
66

0 commit comments

Comments
 (0)