Update CHANGELOG and Cargo.toml for 2.1.1 (#376)

This commit is contained in:
Jacob Hoffman-Andrews
2021-04-26 11:00:53 -07:00
committed by GitHub
parent 50d9ccff8c
commit c0d7157ae7
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
# 2.1.1
* Bugfix: don't reuse conns with bytes pending from server (#372). This
reduces Transport errors when using an Agent for connection pooling.
# 2.1.0
* Bugfix: allow status lines without a reason phrase (#316)
* Example: "cureq" to easier make ad-hoc command line tests (#330)

View File

@@ -1,6 +1,6 @@
[package]
name = "ureq"
version = "2.1.0"
version = "2.1.1"
authors = ["Martin Algesten <martin@algesten.se>", "Jacob Hoffman-Andrews <ureq@hoffman-andrews.com>"]
description = "Simple, safe HTTP client"
license = "MIT/Apache-2.0"