We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb8744f commit 13e63c6Copy full SHA for 13e63c6
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.6.0 - 2023-03-23
4
+
5
+- Updated syntax for Gleam v0.27.0.
6
7
## v0.6.0 - 2023-01-15
8
9
- Fixed a bug where `query` could crash when constructing an error when a query
gleam.toml
@@ -1,5 +1,5 @@
name = "sqlight"
-version = "0.6.0"
+version = "0.6.1"
licences = ["Apache-2.0"]
description = "Use SQLite from Gleam!"
0 commit comments