From fcb2f9e84d80833832df22ceb05136848b13ebcd Mon Sep 17 00:00:00 2001 From: dab246 Date: Tue, 6 Aug 2024 11:04:26 +0700 Subject: [PATCH] Bump version to v0.1.0 --- .github/workflows/ci.yml | 9 ++++++--- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9d7c6b..ab121d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,13 +2,16 @@ name: CI +env: + FLUTTER_VERSION: 3.22.2 + # Controls when the workflow will run on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -29,7 +32,7 @@ jobs: - name: Install Flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.10.6" + flutter-version: ${{ env.FLUTTER_VERSION }} channel: "stable" # Install dependencies diff --git a/CHANGELOG.md b/CHANGELOG.md index 41cc7d8..f547e6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.1.0] - 2024-08-06 +- Release new version `v0.1.0` + ## 0.0.1 * TODO: Describe initial release. diff --git a/pubspec.yaml b/pubspec.yaml index 5c6c5f4..2e29dd6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: jmap_dart_client description: A JMAP client library to make JMAP method calls and process the responses. -version: 0.0.1 +version: 0.1.0 homepage: https://github.com/linagora/jmap-dart-client.git environment: