From 40247814ca59cbbc6cb9cb60e861f4c19c3f5127 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Tue, 20 Mar 2018 19:11:59 +0100 Subject: Update changelog --- README.md | 4 ++++ validator_derive/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 174cb38..3f8d4d1 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,10 @@ For example, the following attributes all work: ### validator_derive +#### 0.6.4 (2018/03/20) + +- Support `Option>` types + #### 0.6.3 (2018/03/19) - Fix path for custom validators starting with `::` diff --git a/validator_derive/Cargo.toml b/validator_derive/Cargo.toml index 9c0c67f..12930fc 100644 --- a/validator_derive/Cargo.toml +++ b/validator_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "validator_derive" -version = "0.6.3" +version = "0.6.4" authors = ["Vincent Prouillet "] license = "MIT" description = "Macros 1.1 implementation of #[derive(Validate)]" -- cgit v1.2.3