Skip to content

Commit b130aea

Browse files
committed
Prepare 0.11.6 release
1 parent 277dfe0 commit b130aea

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2025-05-28
7+
8+
---
9+
10+
Packages with breaking changes:
11+
12+
- There are no breaking changes in this release.
13+
14+
Packages with other changes:
15+
16+
- [`sqlite_async` - `v0.11.6`](#sqlite_async---v0116)
17+
18+
---
19+
20+
#### `sqlite_async` - `v0.11.6`
21+
22+
- Native: Consistently report errors when opening the database instead of
23+
causing unhandled exceptions.
24+
625
## 2025-05-22
726

827
---

packages/sqlite_async/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.11.6
2+
3+
- Native: Consistently report errors when opening the database instead of
4+
causing unhandled exceptions.
5+
16
## 0.11.5
27

38
- Allow profiling queries. Queries are profiled by default in debug and profile builds, the runtime

packages/sqlite_async/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: sqlite_async
22
description: High-performance asynchronous interface for SQLite on Dart and Flutter.
3-
version: 0.11.5
3+
version: 0.11.6
44
repository: https://github.com/powersync-ja/sqlite_async.dart
55
environment:
66
sdk: ">=3.5.0 <4.0.0"

0 commit comments

Comments
 (0)