diff options
| author | Vincent Prouillet | 2017-11-08 16:56:17 +0100 |
|---|---|---|
| committer | Vincent Prouillet | 2017-11-08 16:56:17 +0100 |
| commit | f04f03f33c057e160856800bdd1a106b035d713b (patch) | |
| tree | 4bb9ee8747ac380a96d4e443bcf10c26306c9e6c | |
| parent | 4144fc3935c00ca918532eed01a7fa13b8c52263 (diff) | |
| download | validator-f04f03f33c057e160856800bdd1a106b035d713b.tar.bz2 | |
v0.6.1 of validator
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | validator/Cargo.toml | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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" |
