We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2a1cd commit c58cea2Copy full SHA for c58cea2
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v0.21.0 (2023-12-12)
2
+
3
+* Update to crystal-db ~> 0.13.0. ([#94](https://github.com/crystal-lang/crystal-sqlite3/pull/94))
4
5
## v0.20.0 (2023-06-23)
6
7
* Update to crystal-db ~> 0.12.0. ([#91](https://github.com/crystal-lang/crystal-sqlite3/pull/91))
shard.yml
@@ -1,10 +1,10 @@
name: sqlite3
-version: 0.20.0
+version: 0.21.0
dependencies:
db:
github: crystal-lang/crystal-db
- version: ~> 0.12.0
+ version: ~> 0.13.0
8
9
authors:
10
- Ary Borenszweig <[email protected]>
src/sqlite3/version.cr
@@ -1,3 +1,3 @@
module SQLite3
- VERSION = "0.20.0"
+ VERSION = "0.21.0"
end
0 commit comments