Skip to content

Commit 1f2a1cd

Browse files
authored
Release 0.20.0 (#92)
1 parent c08fc2b commit 1f2a1cd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.20.0 (2023-06-23)
2+
3+
* Update to crystal-db ~> 0.12.0. ([#91](https://github.com/crystal-lang/crystal-sqlite3/pull/91))
4+
* Fix result set & connection release lifecycle. ([#90](https://github.com/crystal-lang/crystal-sqlite3/pull/90))
5+
* Automatically set PRAGMAs using connection query params. ([#85](https://github.com/crystal-lang/crystal-sqlite3/pull/85), thanks @luislavena)
6+
17
## v0.19.0 (2022-01-28)
28

39
* Update to crystal-db ~> 0.11.0. ([#77](https://github.com/crystal-lang/crystal-sqlite3/pull/77))

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sqlite3
2-
version: 0.19.0
2+
version: 0.20.0
33

44
dependencies:
55
db:

src/sqlite3/version.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SQLite3
2-
VERSION = "0.19.0"
2+
VERSION = "0.20.0"
33
end

0 commit comments

Comments
 (0)