Skip to content

Commit

Permalink
Version 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
algesten committed Sep 30, 2023
1 parent 4c835b7 commit 8c9c2af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.8.0
* Read proxy response to \r\n\r\n (#620)
* Auto-detect proxy from env vars (turned off by default) (#649)
* Conversion ureq::Response -> http::Response<Vec<u8>> (#638)
* Fix regression in IPv6 handling (#635)

# 2.7.1

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ureq"
version = "2.7.1"
version = "2.8.0"
authors = ["Martin Algesten <[email protected]>", "Jacob Hoffman-Andrews <[email protected]>"]
description = "Simple, safe HTTP client"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 8c9c2af

Please sign in to comment.