mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 07:53:00 +01:00
bumping version to 0.4.0
This commit is contained in:
parent
99e70db94b
commit
34f48cd24a
@ -1,5 +1,10 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
## 0.4.0 (2019-05-18)
|
||||||
|
|
||||||
|
* Upgrade to actix-web 1.0.0-beta5
|
||||||
|
* Removed `protobuf` method for `HttpRequest` (use `ProtoBuf` extractor instead)
|
||||||
|
|
||||||
## 0.3.0 (2019-03-07)
|
## 0.3.0 (2019-03-07)
|
||||||
|
|
||||||
* Upgrade to actix-web 0.7.18
|
* Upgrade to actix-web 0.7.18
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-protobuf"
|
name = "actix-protobuf"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
authors = ["kingxsp <jin.hb.zh@outlook.com>"]
|
authors = ["kingxsp <jin.hb.zh@outlook.com>"]
|
||||||
description = "Protobuf support for actix-web framework."
|
description = "Protobuf support for actix-web framework."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
Loading…
Reference in New Issue
Block a user