prepare awc 3.0.0-beta.2 release

This commit is contained in:
Rob Ede 2021-02-10 11:02:42 +00:00
parent b2266f43c9
commit 04d7dd9848
No known key found for this signature in database
GPG Key ID: C2A3B36E841A91E6
5 changed files with 8 additions and 5 deletions

View File

@ -84,7 +84,7 @@ actix-tls = { version = "3.0.0-beta.3", default-features = false, optional = tru
actix-web-codegen = "0.4.0"
actix-http = "3.0.0-beta.2"
awc = { version = "3.0.0-beta.1", default-features = false }
awc = { version = "3.0.0-beta.2", default-features = false }
ahash = "0.7"
bytes = "1"

View File

@ -35,7 +35,7 @@ actix-tls = "3.0.0-beta.3"
actix-utils = "3.0.0-beta.2"
actix-rt = "2"
actix-server = "2.0.0-beta.3"
awc = "3.0.0-beta.1"
awc = "3.0.0-beta.2"
base64 = "0.13"
bytes = "1"

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
## 3.0.0-beta.2 - 2021-02-10
### Added
* `ClientRequest::insert_header` method which allows using typed headers. [#1869]
* `ClientRequest::append_header` method which allows using typed headers. [#1869]

View File

@ -1,6 +1,6 @@
[package]
name = "awc"
version = "3.0.0-beta.1"
version = "3.0.0-beta.2"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Async HTTP and WebSocket client library built on the Actix ecosystem"
readme = "README.md"

View File

@ -3,9 +3,9 @@
> Async HTTP and WebSocket client library.
[![crates.io](https://img.shields.io/crates/v/awc?label=latest)](https://crates.io/crates/awc)
[![Documentation](https://docs.rs/awc/badge.svg?version=2.0.3)](https://docs.rs/awc/2.0.3)
[![Documentation](https://docs.rs/awc/badge.svg?version=3.0.0-beta.2)](https://docs.rs/awc/3.0.0-beta.2)
![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/awc)
[![Dependency Status](https://deps.rs/crate/awc/2.0.3/status.svg)](https://deps.rs/crate/awc/2.0.3)
[![Dependency Status](https://deps.rs/crate/awc/3.0.0-beta.2/status.svg)](https://deps.rs/crate/awc/3.0.0-beta.2)
[![Join the chat at https://gitter.im/actix/actix-web](https://badges.gitter.im/actix/actix-web.svg)](https://gitter.im/actix/actix-web?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
## Documentation & Resources