File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 44# Copyright, 2023-2024, by Samuel Williams.
55
66module IO ::Stream
7- VERSION = "0.9.1 "
7+ VERSION = "0.10.0 "
88end
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ Please see the [project documentation](https://socketry.github.io/io-stream) for
1212
1313Please see the [ project releases] ( https://socketry.github.io/io-streamreleases/index ) for all releases.
1414
15+ ### v0.10.0
16+
17+ - Rename ` done? ` to ` finished? ` for clarity and consistency.
18+
1519### v0.9.1
1620
1721 - Fix EOF behavior to match Ruby IO semantics: ` read() ` returns empty string ` "" ` at EOF while ` read(size) ` returns ` nil ` at EOF.
@@ -55,13 +59,6 @@ Please see the [project releases](https://socketry.github.io/io-streamreleases/i
5559 - Add external test suite for better integration testing.
5660 - Update dependencies and improve code style with RuboCop.
5761
58- ### v0.4.1
59-
60- - Add compatibility fix for ` SSLSocket ` raising ` EBADF ` errors.
61- - Fix ` IO#close ` hang issue in certain scenarios.
62- - Add ` #to_io ` method to ` IO::Stream::Buffered ` for better compatibility.
63- - Modernize gem structure and dependencies.
64-
6562## See Also
6663
6764 - [ async-io] ( https://github.com/socketry/async-io ) — Where this implementation originally came from.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.10.0
44
55 - Rename ` done? ` to ` finished? ` for clarity and consistency.
66
You can’t perform that action at this time.
0 commit comments