We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e910378 commit a7cbaaaCopy full SHA for a7cbaaa
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.3.0 - 2023-01-02
4
+
5
+- the `with_connection` function no longer returns a result.
6
7
## v0.2.0 - 2022-12-31
8
9
- The `bool` and `decode_bool` functions have been added.
gleam.toml
@@ -1,5 +1,5 @@
name = "sqlight"
-version = "0.2.0"
+version = "0.3.0"
licences = ["Apache-2.0"]
description = "Use SQLite from Gleam!"
0 commit comments