mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 23:51:06 +01:00
bumping version to 0.4.0
This commit is contained in:
parent
99e70db94b
commit
34f48cd24a
@ -1,5 +1,10 @@
|
||||
# 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)
|
||||
|
||||
* Upgrade to actix-web 0.7.18
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "actix-protobuf"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
authors = ["kingxsp <jin.hb.zh@outlook.com>"]
|
||||
description = "Protobuf support for actix-web framework."
|
||||
readme = "README.md"
|
||||
|
Loading…
Reference in New Issue
Block a user