File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# Copyright, 2023-2025, by Samuel Williams.
55
66module IO ::Stream
7- VERSION = "0.12 .0"
7+ VERSION = "0.13 .0"
88end
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ Please see the [project documentation](https://socketry.github.io/io-stream/) fo
2222
2323Please see the [ project releases] ( https://socketry.github.io/io-stream/releases/index ) for all releases.
2424
25+ ### v0.13.0
26+
27+ - ` IO::Stream::Duplex(io) ` is equivalent to ` IO::Stream(io) ` .
28+
2529### v0.12.0
2630
2731 - Introduce ` IO::Stream::Duplex ` as a low-level duplex transport for composing separate input and output endpoints.
@@ -65,11 +69,6 @@ Please see the [project releases](https://socketry.github.io/io-stream/releases/
6569
6670 - Improve compatibility of ` gets ` implementation to better match Ruby's IO\# gets behavior.
6771
68- ### v0.5.0
69-
70- - Add support for ` read_until(limit:) ` parameter to limit the amount of data read.
71- - Minor documentation improvements.
72-
7372## See Also
7473
7574 - [ 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.13.0
44
55 - ` IO::Stream::Duplex(io) ` is equivalent to ` IO::Stream(io) ` .
66
You can’t perform that action at this time.
0 commit comments