Skip to content

Commit 81522e2

Browse files
committed
Bump minor version.
1 parent e9ca4bd commit 81522e2

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

lib/io/stream/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Copyright, 2023-2025, by Samuel Williams.
55

66
module IO::Stream
7-
VERSION = "0.12.0"
7+
VERSION = "0.13.0"
88
end

readme.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Please see the [project documentation](https://socketry.github.io/io-stream/) fo
2222

2323
Please 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.

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+
## v0.13.0
44

55
- `IO::Stream::Duplex(io)` is equivalent to `IO::Stream(io)`.
66

0 commit comments

Comments
 (0)