From 05813fb7f034833d60ba936e42fe9e20ce321d8c Mon Sep 17 00:00:00 2001 From: Bogdan Userman Kikacheishvili Date: Fri, 10 Feb 2023 17:57:18 +0200 Subject: [PATCH] Bump version. --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08c72ea..81db32e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.1 + +- Added generation of "documentation" for increase points on pub.get. + ## 1.0.0 - Unit tests added to project. diff --git a/pubspec.yaml b/pubspec.yaml index 4c4cb34..a552cde 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: type_saving_wait description: It is not really convenient to use Future.wait, cause it's leading to type erasing, so this lib created to help you save types while use Future.wait feature. -version: 1.0.0 +version: 1.0.1 homepage: https://github.com/idapgroup/type_saving_wait environment: