Skip to content

Commit aed9acb

Browse files
author
Brian J. Cardiff
authored
Release 0.15.0 (#51)
1 parent 751bd5d commit aed9acb

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.15.0 (2019-12-11)
2+
3+
* Update to crystal-db ~> 0.8.0. ([#50](https://github.com/crystal-lang/crystal-sqlite3/pull/50))
4+
15
## v0.14.0 (2019-09-23)
26

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

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.14.0
2+
version: 0.15.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.14.0"
2+
VERSION = "0.15.0"
33
end

0 commit comments

Comments
 (0)