Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Mar 23, 2023
1 parent bb8744f commit 13e63c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.6.0 - 2023-03-23

- Updated syntax for Gleam v0.27.0.

## v0.6.0 - 2023-01-15

- Fixed a bug where `query` could crash when constructing an error when a query
Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "sqlight"
version = "0.6.0"
version = "0.6.1"
licences = ["Apache-2.0"]
description = "Use SQLite from Gleam!"

Expand Down

0 comments on commit 13e63c6

Please sign in to comment.