From 224ef87cb03d9ec1192f1535c0ca5d75d24b7f61 Mon Sep 17 00:00:00 2001 From: Pascal Welsch Date: Sun, 16 Jul 2023 04:04:34 +0200 Subject: [PATCH] Prepare release v1.2.0 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f1ad4e..075c17a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.0 +- Official Dart 3.0 release +- General cleanup and CI update + ## 1.1.0 - [PR-151](https://github.com/leisim/dartx/pull/151) New: `String?.isNullOrBlank`, `String?.isNotNullOrBlank` diff --git a/pubspec.yaml b/pubspec.yaml index 6261302..6b1140b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dartx description: Superpowers for Dart. Collection of useful static extension methods. -version: 1.1.0 +version: 1.2.0 homepage: https://github.com/leisim/dartx environment: