From 7a4a47de60965b21913bc21f3df08e3af98d614b Mon Sep 17 00:00:00 2001 From: rultor Date: Thu, 8 Jul 2021 21:23:21 +0000 Subject: [PATCH] version 0.5.1 --- CHANGELOG.md | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58ac926..e7dd4d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Dart Package Versioning](https://dart.dev/tools/pub ## [Unreleased] +## [0.5.1] - 2021-07-08 + ### Added - the 'len' named constructor to the Email validator class — diff --git a/pubspec.yaml b/pubspec.yaml index 4b6ba93..515a331 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: formdator description: A formidable collection of Flutter form field validators that can be selected and grouped into various combinations through composition — Decorator Pattern. -version: 0.5.0 +version: 0.5.1 homepage: https://dartoos.dev repository: https://github.com/dartoos-dev/formdator