From f852bfd88c4e9e24a938151679d4ea5f8358ddff Mon Sep 17 00:00:00 2001 From: Steven Ontong Date: Thu, 30 May 2024 13:38:29 +0200 Subject: [PATCH 1/2] chore: bump versions --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index aacb854..fe2e027 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: sqlite_async description: High-performance asynchronous interface for SQLite on Dart and Flutter. -version: 0.7.0-alpha.3 +version: 0.7.0-alpha.4 repository: https://github.com/powersync-ja/sqlite_async.dart environment: sdk: ">=3.2.0 <4.0.0" From 56aa34cf6bcdcb57f668691f10128f682652eeb7 Mon Sep 17 00:00:00 2001 From: Steven Ontong Date: Thu, 30 May 2024 13:40:04 +0200 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3ca0aa..6f985b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Next +## 0.7.0-alpha.4 - Add latest changes from master