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 c621a9b commit ba1763bCopy full SHA for ba1763b
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v0.11.0 (2019-04-18)
2
+
3
+* Fix compatibility issues for crystal 0.28.0 ([#38](https://github.com/crystal-lang/crystal-sqlite3/pull/38))
4
+* Add complete list of `LibSQLite3::Code` values. ([#36](https://github.com/crystal-lang/crystal-sqlite3/pull/36), thanks @t-richards)
5
6
## v0.10.0 (2018-06-18)
7
8
* Fix compatibility issues for crystal 0.25.0 ([#34](https://github.com/crystal-lang/crystal-sqlite3/pull/34))
shard.yml
@@ -1,5 +1,5 @@
name: sqlite3
-version: 0.10.0
+version: 0.11.0
dependencies:
db:
src/sqlite3/version.cr
@@ -1,3 +1,3 @@
module SQLite3
- VERSION = "0.10.0"
+ VERSION = "0.11.0"
end
0 commit comments