From 6dba00b7d508299c4b7aab8d37b4e2a0be11415c Mon Sep 17 00:00:00 2001 From: tsutsu3 Date: Thu, 16 Jan 2025 20:00:25 +0900 Subject: [PATCH] chore(release): prepare for v0.9.0 (#104) Co-authored-by: github-actions[bot] --- CHANGELOG.md | 9 +++++++++ pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..f2b8b369 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [0.9.0] - 2025-01-16 + +### 🚀 Features + +- New beta release + + diff --git a/pubspec.yaml b/pubspec.yaml index 2724df7c..93893978 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.1.8+9 +version: 0.9.0+10 environment: sdk: ">=3.0.0 <4.0.0"