Update CHANGELOG and Cargo.toml for 2.1.1 (#376)
This commit is contained in:
committed by
GitHub
parent
50d9ccff8c
commit
c0d7157ae7
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user