Skip to content

Commit 4929305

Browse files
committed
Bump minor version.
1 parent c3865f5 commit 4929305

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

lib/protocol/htty/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
module Protocol
77
module HTTY
8-
VERSION = "0.4.0"
8+
VERSION = "0.5.0"
99
end
1010
end

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ Please see the [project documentation](https://socketry.github.io/protocol-htty/
3636

3737
Please see the [project releases](https://socketry.github.io/protocol-htty/releases/index) for all releases.
3838

39+
### v0.5.0
40+
41+
- Add `Stream#remote_address` returning `nil` to satisfy the `Protocol::HTTP::Peer` interface.
42+
3943
### v0.4.0
4044

4145
- **Breaking**: Drop the `io-stream` dependency. `Stream.new` and `Stream.open` no longer coerce or wrap their `input` and `output` arguments; raw IO objects are used as-is. Callers that relied on `stream.io` returning an `IO::Stream::Buffered` should wrap the IO themselves before passing it in.

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

55
- Add `Stream#remote_address` returning `nil` to satisfy the `Protocol::HTTP::Peer` interface.
66

0 commit comments

Comments
 (0)