File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
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.6.1 "
7+ VERSION = "0.7.0 "
88end
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ 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- ### Unreleased
15+ ### v0.7.0
1616
1717 - Split stream functionality into separate ` Readable ` and ` Writable ` modules for better modularity and composition.
1818 - Remove unused timeout shim functionality.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.7.0
44
55 - Split stream functionality into separate ` Readable ` and ` Writable ` modules for better modularity and composition.
66 - Remove unused timeout shim functionality.
1212
1313## v0.6.0
1414
15- - Improve compatibility of ` gets ` implementation to better match Ruby's IO#gets behavior.
15+ - Improve compatibility of ` gets ` implementation to better match Ruby's IO\ # gets behavior.
1616
1717## v0.5.0
1818
6868 - Provide ` IO::Stream::Buffered ` class for efficient buffered I/O operations.
6969 - Add ` readable? ` method to check stream readability status.
7070 - Include basic test suite.
71-
You can’t perform that action at this time.
0 commit comments