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 013292d commit 746c0a5Copy full SHA for 746c0a5
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v0.14.0 (2019-09-23)
2
+
3
+* Update to crystal-db ~> 0.7.0. ([#44](https://github.com/crystal-lang/crystal-sqlite3/pull/44))
4
5
## v0.13.0 (2019-08-02)
6
7
* Fix compatibility issues for Crystal 0.30.0. ([#43](https://github.com/crystal-lang/crystal-sqlite3/pull/43))
shard.yml
@@ -1,5 +1,5 @@
name: sqlite3
-version: 0.13.0
+version: 0.14.0
dependencies:
db:
src/sqlite3/version.cr
@@ -1,3 +1,3 @@
module SQLite3
- VERSION = "0.13.0"
+ VERSION = "0.14.0"
end
0 commit comments