Skip to content

Commit ba1763b

Browse files
authored
Release 0.11.0 (#39)
1 parent c621a9b commit ba1763b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
## v0.10.0 (2018-06-18)
27

38
* Fix compatibility issues for crystal 0.25.0 ([#34](https://github.com/crystal-lang/crystal-sqlite3/pull/34))

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sqlite3
2-
version: 0.10.0
2+
version: 0.11.0
33

44
dependencies:
55
db:

src/sqlite3/version.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SQLite3
2-
VERSION = "0.10.0"
2+
VERSION = "0.11.0"
33
end

0 commit comments

Comments
 (0)