prepare files multipart actors beta release

This commit is contained in:
Rob Ede 2021-01-07 03:03:33 +00:00
parent 0a443c4f9d
commit 7b4377ed6a
No known key found for this signature in database
GPG Key ID: C2A3B36E841A91E6
7 changed files with 13 additions and 3 deletions

View File

@ -126,6 +126,7 @@ codegen-units = 1
actix-web = { path = "." }
actix-http = { path = "actix-http" }
actix-http-test = { path = "actix-http-test" }
actix-web-actors = { path = "actix-web-actors" }
actix-web-codegen = { path = "actix-web-codegen" }
actix-multipart = { path = "actix-multipart" }
actix-files = { path = "actix-files" }

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
## 0.6.0-beta.1 - 2021-xx-xx
* `HttpRange::parse` now has its own error type.
* Update `bytes` to `1.0`. [#1813]

View File

@ -1,6 +1,6 @@
[package]
name = "actix-files"
version = "0.5.0"
version = "0.6.0-beta.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Static file serving for Actix Web"
readme = "README.md"

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
## 0.4.0-beta.1 - 2021-01-07
* Fix multipart consuming payload before header checks #1513
* Update `bytes` to `1.0`. [#1813]

View File

@ -1,6 +1,6 @@
[package]
name = "actix-multipart"
version = "0.3.0"
version = "0.4.0-beta.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Multipart support for actix web framework."
readme = "README.md"

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
## 4.0.0-beta.1 - 2021-01-07
* Update `pin-project` to `1.0`.
* Update `bytes` to `1.0`. [#1813]
* `WebsocketContext::text` now takes an `Into<bytestring::ByteString>`. [#1864]

View File

@ -1,6 +1,6 @@
[package]
name = "actix-web-actors"
version = "3.0.0"
version = "4.0.0-beta.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix actors support for actix web framework."
readme = "README.md"