Skip to content

Commit 6b9f0a8

Browse files
committed
Bump minor version.
1 parent 655270f commit 6b9f0a8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lib/protocol/http/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
module Protocol
77
module HTTP
8-
VERSION = "0.33.0"
8+
VERSION = "0.34.0"
99
end
1010
end

readme.md

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Provides abstractions for working with the HTTP protocol.
1414

1515
Please see the [project documentation](https://socketry.github.io/protocol-http/) for more details.
1616

17+
- [Streaming](https://socketry.github.io/protocol-http/guides/streaming/index) - This guide gives an overview of how to implement streaming requests and responses.
18+
1719
- [Getting Started](https://socketry.github.io/protocol-http/guides/getting-started/index) - This guide explains how to use `protocol-http` for building abstract HTTP interfaces.
1820

1921
- [Design Overview](https://socketry.github.io/protocol-http/guides/design-overview/index) - This guide explains the high level design of `protocol-http` in the context of wider design patterns that can be used to implement HTTP clients and servers.

0 commit comments

Comments
 (0)