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 611eec5 commit 25a9dd8Copy full SHA for 25a9dd8
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v0.13.0 (2019-08-02)
2
+
3
+* Fix compatibility issues for Crystal 0.30.0. ([#43](https://github.com/crystal-lang/crystal-sqlite3/pull/43))
4
5
## v0.12.0 (2019-06-07)
6
7
This release requires crystal >= 0.28.0
shard.yml
@@ -1,5 +1,5 @@
name: sqlite3
-version: 0.12.0
+version: 0.13.0
dependencies:
db:
src/sqlite3/version.cr
@@ -1,3 +1,3 @@
module SQLite3
- VERSION = "0.12.0"
+ VERSION = "0.13.0"
end
0 commit comments