aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rw-r--r--validator_derive/Cargo.toml2
2 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index aca88a9..184e5e4 100644
--- a/README.md
+++ b/README.md
@@ -173,6 +173,9 @@ if an error happened while validating the struct fields.
## Changelog
+### 0.4.1 (2017/02/14) > validator_derive only
+- Fix potential conflicts with other attributes
+
### 0.4.0 (2017/01/30)
- Validators now work on `Option` field and struct/fields with lifetimes
diff --git a/validator_derive/Cargo.toml b/validator_derive/Cargo.toml
index a47ac41..bc8f991 100644
--- a/validator_derive/Cargo.toml
+++ b/validator_derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "validator_derive"
-version = "0.4.0"
+version = "0.4.1"
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
license = "MIT"
description = "Macros 1.1 implementation of #[derive(Validate)]"