diff options
| author | Vincent Prouillet | 2018-03-20 19:11:59 +0100 |
|---|---|---|
| committer | Vincent Prouillet | 2018-03-20 19:11:59 +0100 |
| commit | 40247814ca59cbbc6cb9cb60e861f4c19c3f5127 (patch) | |
| tree | 220fdd23309ab05b996b66d03f0a59acba469778 | |
| parent | f5b8e9910b9714a5990d173b3a1cc856641ee454 (diff) | |
| download | validator-40247814ca59cbbc6cb9cb60e861f4c19c3f5127.tar.bz2 | |
Update changelog
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | validator_derive/Cargo.toml | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -237,6 +237,10 @@ For example, the following attributes all work: ### validator_derive +#### 0.6.4 (2018/03/20) + +- Support `Option<Option<T>>` 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 <vincent@wearewizards.io>"] license = "MIT" description = "Macros 1.1 implementation of #[derive(Validate)]" |
