Skip to content

Commit ffcef03

Browse files
committed
Bump minor version.
1 parent 5bb449d commit ffcef03

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

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-2024, by Samuel Williams.
55

66
module IO::Stream
7-
VERSION = "0.9.1"
7+
VERSION = "0.10.0"
88
end

readme.md

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

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

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.10.0
44

55
- Rename `done?` to `finished?` for clarity and consistency.
66

0 commit comments

Comments
 (0)