Skip to content

Commit 5267a9b

Browse files
committed
Bump minor version.
1 parent 6a4cfef commit 5267a9b

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
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.6.1"
7+
VERSION = "0.7.0"
88
end

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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-
### 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.

releases.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.
@@ -12,7 +12,7 @@
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

@@ -68,4 +68,3 @@
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-

0 commit comments

Comments
 (0)