Prepare for release 2.3.1 (#437)
This commit is contained in:
committed by
GitHub
parent
418c0fafd5
commit
94a8040706
@@ -1,3 +1,7 @@
|
|||||||
|
# 2.3.1
|
||||||
|
* Don't panic when given an invalid DNS name (#436).
|
||||||
|
* Update to rustls-native-certs v0.6 (#432).
|
||||||
|
|
||||||
# 2.3.0
|
# 2.3.0
|
||||||
* Upgrade to rustls 0.20 (#427).
|
* Upgrade to rustls 0.20 (#427).
|
||||||
* Make test mocks of Response more accurate by removing newline (#423).
|
* Make test mocks of Response more accurate by removing newline (#423).
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ureq"
|
name = "ureq"
|
||||||
version = "2.3.0"
|
version = "2.3.1"
|
||||||
authors = ["Martin Algesten <martin@algesten.se>", "Jacob Hoffman-Andrews <ureq@hoffman-andrews.com>"]
|
authors = ["Martin Algesten <martin@algesten.se>", "Jacob Hoffman-Andrews <ureq@hoffman-andrews.com>"]
|
||||||
description = "Simple, safe HTTP client"
|
description = "Simple, safe HTTP client"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user