We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a71e2 commit 9278b8fCopy full SHA for 9278b8f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v1.0.0 - 2025-01-04
4
+
5
+- Updated to use `gleam/dynamic/decode`.
6
7
## v0.9.1 - 2024-08-19
8
9
- Fixed a bug where bit arrays could bind to the incorrect SQLite type.
gleam.toml
@@ -1,5 +1,5 @@
name = "sqlight"
-version = "0.9.1"
+version = "1.0.0"
licences = ["Apache-2.0"]
description = "Use SQLite from Gleam!"
0 commit comments