From 69e35d6cc905b9d7a894af7e486237e376fae939 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Mon, 22 May 2017 23:40:29 +0900 Subject: v0.5.0 of validator_derive --- README.md | 6 ++++++ validator_derive/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 184e5e4..0e8e8a7 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,13 @@ if an error happened while validating the struct fields. ## Changelog +### 0.5.0 (2017/05/22) > validator_derive only + +- Fix range validator not working on Option +- Update to serde 1.0 + ### 0.4.1 (2017/02/14) > validator_derive only + - Fix potential conflicts with other attributes ### 0.4.0 (2017/01/30) diff --git a/validator_derive/Cargo.toml b/validator_derive/Cargo.toml index c62a1f8..d5a1f5e 100644 --- a/validator_derive/Cargo.toml +++ b/validator_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "validator_derive" -version = "0.4.1" +version = "0.5.0" authors = ["Vincent Prouillet "] license = "MIT" description = "Macros 1.1 implementation of #[derive(Validate)]" -- cgit v1.2.3