Skip to content

Commit 17012ed

Browse files
committed
Update changelog
1 parent 1f72056 commit 17012ed

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
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-07-29
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.8`](#sqlite_async---v0118)
17+
- [`drift_sqlite_async` - `v0.2.3`](#drift_sqlite_async---v023)
18+
19+
---
20+
21+
#### `sqlite_async` - `v0.11.8`
22+
23+
- Support nested transactions (emulated with `SAVEPOINT` statements).
24+
- Fix web compilation issues with version `2.8.0` of `package:sqlite3`.
25+
26+
#### `drift_sqlite_async` - `v0.2.3`
27+
28+
- Support nested transactions.
29+
630
## 2025-06-03
731

832
---

packages/sqlite_async/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 0.11.8
22

33
- Support nested transactions (emulated with `SAVEPOINT` statements).
4+
- Fix web compilation issues with version `2.8.0` of `package:sqlite3`.
45

56
## 0.11.7
67

0 commit comments

Comments
 (0)