1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-11-22 01:21:10 +00:00

chore(actix-test): prepare release 0.1.4

This commit is contained in:
Rob Ede 2024-06-09 00:16:36 +01:00
parent ebc43dcf1b
commit d6f885127d
No known key found for this signature in database
GPG key ID: 97C636207D3EF933
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,8 @@
## Unreleased
## 0.1.4
- Add `TestServerConfig::rustls_0_23()` method for Rustls v0.23 support behind new `rustls-0_23` crate feature.
- Add `TestServerConfig::disable_redirects()` method.
- Various types from `awc`, such as `ClientRequest` and `ClientResponse`, are now re-exported.

View file

@ -1,6 +1,6 @@
[package]
name = "actix-test"
version = "0.1.3"
version = "0.1.4"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Rob Ede <robjtede@icloud.com>",