File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
7
## v0.19.0 (2022-01-28)
2
8
3
9
* Update to crystal-db ~ > 0.11.0. ([ #77 ] ( https://github.com/crystal-lang/crystal-sqlite3/pull/77 ) )
Original file line number Diff line number Diff line change 1
1
name : sqlite3
2
- version : 0.19 .0
2
+ version : 0.20 .0
3
3
4
4
dependencies :
5
5
db :
Original file line number Diff line number Diff line change 1
1
module SQLite3
2
- VERSION = " 0.19 .0"
2
+ VERSION = " 0.20 .0"
3
3
end
You can’t perform that action at this time.
0 commit comments