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 4, 2024
1 parent e462e45 commit f9cef46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/async/http/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

module Async
module HTTP
VERSION = "0.74.0"
VERSION = "0.75.0"
end
end
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Please see the [project documentation](https://socketry.github.io/async-http/) f

Please see the [project releases](https://socketry.github.io/async-http/releases/index) for all releases.

### v0.75.0

- Better handling of HTTP/1 \<-\> HTTP/2 proxying, specifically upgrade/CONNECT requests.

### v0.74.0

- [`Async::HTTP::Internet` accepts keyword arguments](https://socketry.github.io/async-http/releases/index#async::http::internet-accepts-keyword-arguments)
Expand Down
4 changes: 2 additions & 2 deletions releases.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Releases

## Unreleased
## v0.75.0

- Better handling of HTTP/1 <-> HTTP/2 proxying, specifically upgrade/CONNECT requests.
- Better handling of HTTP/1 \<-\> HTTP/2 proxying, specifically upgrade/CONNECT requests.

## v0.74.0

Expand Down

0 comments on commit f9cef46

Please sign in to comment.