Update CHANGELOG and Cargo.toml for 2.0.0-rc4 (#279)
This commit is contained in:
committed by
GitHub
parent
de1805190e
commit
234eb5572f
@@ -1,3 +1,9 @@
|
|||||||
|
# 2.0.0-rc4
|
||||||
|
|
||||||
|
* Remove error_on_non_2xx. (#272)
|
||||||
|
* Do more validation on status line. (#266)
|
||||||
|
* (internal) Add history to response objects (#275)
|
||||||
|
|
||||||
# 2.0.0-rc3
|
# 2.0.0-rc3
|
||||||
|
|
||||||
* Refactor Error to use an enum for easier extraction of status code errors.
|
* Refactor Error to use an enum for easier extraction of status code errors.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ureq"
|
name = "ureq"
|
||||||
version = "2.0.0-rc3"
|
version = "2.0.0-rc4"
|
||||||
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