Skip to content

Commit a7cbaaa

Browse files
committed
v0.3.0
1 parent e910378 commit a7cbaaa

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+
## v0.3.0 - 2023-01-02
4+
5+
- the `with_connection` function no longer returns a result.
6+
37
## v0.2.0 - 2022-12-31
48

59
- The `bool` and `decode_bool` functions have been added.

gleam.toml

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

0 commit comments

Comments
 (0)