From f30da9bc5f0485752c2570959017000a49b96e89 Mon Sep 17 00:00:00 2001 From: rultor Date: Sat, 19 Jun 2021 20:20:53 +0000 Subject: [PATCH] version 0.3.1 --- CHANGELOG.md | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c07a5c4..3144ae1 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.3.1] - 2021-06-19 + ### Added - _ReqEmail_ class — Convenient validator for required email fields - diff --git a/pubspec.yaml b/pubspec.yaml index 10bdc1b..3754e43 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: formdator description: A formidable collection of form validators that can be selected and grouped into various combinations through composition — Decorator Pattern. -version: 0.3.0 +version: 0.3.1 homepage: https://dartoos.dev repository: https://github.com/dartoos-dev/formdator