prepare actix-web-codegen release

This commit is contained in:
Nikolay Kim 2019-06-04 22:33:43 +06:00
parent cf217d35a8
commit a771540b16
3 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,9 @@
# Changes
## [0.1.2] - 2019-06-04
* Add macros for head, options, trace, connect and patch http methods
## [0.1.1] - 2019-06-01
* Add syn "extra-traits" feature

View file

@ -1,6 +1,6 @@
[package]
name = "actix-web-codegen"
version = "0.1.1"
version = "0.1.2"
description = "Actix web proc macros"
readme = "README.md"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]