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 751bd5d commit aed9acbCopy full SHA for aed9acb
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v0.15.0 (2019-12-11)
2
+
3
+* Update to crystal-db ~> 0.8.0. ([#50](https://github.com/crystal-lang/crystal-sqlite3/pull/50))
4
5
## v0.14.0 (2019-09-23)
6
7
* Update to crystal-db ~> 0.7.0. ([#44](https://github.com/crystal-lang/crystal-sqlite3/pull/44))
shard.yml
@@ -1,5 +1,5 @@
name: sqlite3
-version: 0.14.0
+version: 0.15.0
dependencies:
db:
src/sqlite3/version.cr
@@ -1,3 +1,3 @@
module SQLite3
- VERSION = "0.14.0"
+ VERSION = "0.15.0"
end
0 commit comments