Skip to content

Commit

Permalink
Release 0.12.0 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian J. Cardiff authored Jun 7, 2019
1 parent 57cef3a commit 54089ef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.12.0 (2019-06-07)

This release requires crystal >= 0.28.0

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

## v0.11.0 (2019-04-18)

* Fix compatibility issues for crystal 0.28.0 ([#38](https://github.com/crystal-lang/crystal-sqlite3/pull/38))
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sqlite3
version: 0.11.0
version: 0.12.0

dependencies:
db:
Expand Down
2 changes: 1 addition & 1 deletion src/sqlite3/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SQLite3
VERSION = "0.11.0"
VERSION = "0.12.0"
end

0 comments on commit 54089ef

Please sign in to comment.