Skip to content

Commit

Permalink
Release 0.17.0 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian J. Cardiff authored Sep 30, 2020
1 parent d440f55 commit 4abea0d
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.17.0 (2020-09-30)

* Update to crystal-db ~> 0.10.0. ([#58](https://github.com/crystal-lang/crystal-sqlite3/pull/58))

This release requires Crystal 0.35.0 or later.

## v0.16.0 (2020-04-06)

* Update to crystal-db ~> 0.9.0. ([#55](https://github.com/crystal-lang/crystal-sqlite3/pull/55))
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.16.0
version: 0.17.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.16.0"
VERSION = "0.17.0"
end

0 comments on commit 4abea0d

Please sign in to comment.