Update CHANGELOG and Cargo.toml for 2.0.0-rc4 (#279)

This commit is contained in:
Jacob Hoffman-Andrews
2020-12-19 12:11:38 -08:00
committed by GitHub
parent de1805190e
commit 234eb5572f
2 changed files with 7 additions and 1 deletions

View File

@@ -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
* Refactor Error to use an enum for easier extraction of status code errors.

View File

@@ -1,6 +1,6 @@
[package]
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>"]
description = "Simple, safe HTTP client"
license = "MIT/Apache-2.0"