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 1f56a27 commit 1391607Copy full SHA for 1391607
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v0.9.0 (2017-12-31)
2
+
3
+* Update to crystal-db ~> 0.5.0
4
5
## v0.8.3 (2017-11-07)
6
7
* Update to crystal-db ~> 0.4.1
shard.yml
@@ -1,5 +1,5 @@
name: sqlite3
-version: 0.8.3
+version: 0.9.0
dependencies:
db:
src/sqlite3/version.cr
@@ -1,3 +1,3 @@
module SQLite3
- VERSION = "0.8.3"
+ VERSION = "0.9.0"
end
0 commit comments