From 47452882fa5426f6a86527e3a10b8998991a67ea Mon Sep 17 00:00:00 2001 From: ookami-kb Date: Thu, 11 May 2023 01:01:56 +0200 Subject: [PATCH] chore(release): publish packages - dfunc@0.9.0 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 333e4d4..91de699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.9.0 + +> Note: This release has breaking changes. + + - **BREAKING** **FEAT**: migrate to Dart 3 (#25). + ## 0.8.2 - **REFACTOR**: bump `mews_pedantic` (#24). diff --git a/pubspec.yaml b/pubspec.yaml index d8f13e7..69d77fc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dfunc description: Functional batteries for Dart. Implementation of Either, Optional etc. -version: 0.8.2 +version: 0.9.0 homepage: https://github.com/ookami-kb/dfunc environment: