Skip to content

Commit

Permalink
Bump minor version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Sep 10, 2024
1 parent 655270f commit 6b9f0a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/protocol/http/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

module Protocol
module HTTP
VERSION = "0.33.0"
VERSION = "0.34.0"
end
end
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Provides abstractions for working with the HTTP protocol.

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

- [Streaming](https://socketry.github.io/protocol-http/guides/streaming/index) - This guide gives an overview of how to implement streaming requests and responses.

- [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.

- [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.
Expand Down

0 comments on commit 6b9f0a8

Please sign in to comment.