1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 22:51:07 +01:00

prepare service 2.0.0-beta.3 release

This commit is contained in:
Rob Ede 2021-01-09 14:28:33 +00:00
parent a95afe2800
commit 46bfe5de36
No known key found for this signature in database
GPG Key ID: C2A3B36E841A91E6
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
## 2.0.0-beta.3 - 2021-01-09
* The `forward_ready!` macro converts errors. [#246]
[#246]: https://github.com/actix/actix-net/pull/246

View File

@ -1,6 +1,6 @@
[package]
name = "actix-service"
version = "2.0.0-beta.2"
version = "2.0.0-beta.3"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Rob Ede <robjtede@icloud.com>",