Skip to content

Commit 4b67c34

Browse files
committed
fix(docs): update SQLite version to 3.51.3 in changelog and features documentation
1 parent 43fe10c commit 4b67c34

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.1.0]
6+
7+
### Changed
8+
9+
- **SQLite 3.51.3**: Reverted from 3.52.0 (retracted by the SQLite team)
10+
511
## [1.0.0] (2026-03-07)
612

713
Promotion to v1.0.0 following API stabilization and 0.5.0 release.

doc/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Features and capabilities in @photostructure/sqlite.
1414

1515
## SQLite version
1616

17-
This package includes SQLite 3.52.0 with extensive compile-time options enabled. For complete build flag documentation, comparison with Node.js, and customization options, see [Build Flags & Configuration](./build-flags.md).
17+
This package includes SQLite 3.51.3 with extensive compile-time options enabled. For complete build flag documentation, comparison with Node.js, and customization options, see [Build Flags & Configuration](./build-flags.md).
1818

1919
## Enabled SQLite features
2020

0 commit comments

Comments
 (0)