1
0
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:
Stefan Puhlmann 2019-05-18 22:30:52 +02:00
parent 99e70db94b
commit 34f48cd24a
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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"