aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Prouillet2017-11-08 16:56:17 +0100
committerVincent Prouillet2017-11-08 16:56:17 +0100
commitf04f03f33c057e160856800bdd1a106b035d713b (patch)
tree4bb9ee8747ac380a96d4e443bcf10c26306c9e6c
parent4144fc3935c00ca918532eed01a7fa13b8c52263 (diff)
downloadvalidator-f04f03f33c057e160856800bdd1a106b035d713b.tar.bz2
v0.6.1 of validator
-rw-r--r--README.md4
-rw-r--r--validator/Cargo.toml2
2 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index f1bd55f..22ad2a1 100644
--- a/README.md
+++ b/README.md
@@ -225,6 +225,10 @@ For example, the following attributes all work:
### validator
+#### 0.6.1 (2017/11/08)
+
+- Add international phone number validation
+
#### 0.6.0 (2017/08/12)
- Re-design `ValidationError` and `Validate` trait
diff --git a/validator/Cargo.toml b/validator/Cargo.toml
index 987f3b5..f081b7f 100644
--- a/validator/Cargo.toml
+++ b/validator/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "validator"
-version = "0.6.0"
+version = "0.6.1"
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
license = "MIT"
description = "Common validation functions (email, url, length, ...) and trait"