Skip to content

Commit 9278b8f

Browse files
committed
v1.0.0
1 parent 12a71e2 commit 9278b8f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.0.0 - 2025-01-04
4+
5+
- Updated to use `gleam/dynamic/decode`.
6+
37
## v0.9.1 - 2024-08-19
48

59
- Fixed a bug where bit arrays could bind to the incorrect SQLite type.

gleam.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "sqlight"
2-
version = "0.9.1"
2+
version = "1.0.0"
33
licences = ["Apache-2.0"]
44
description = "Use SQLite from Gleam!"
55

0 commit comments

Comments
 (0)