Skip to content

Commit

Permalink
Release 0.8.0 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian J. Cardiff authored Dec 11, 2019
1 parent e1832fc commit 7e83f8e
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.8.0 (2019-12-11)

* Add `DB::Serializable`. ([#115](https://github.com/crystal-lang/crystal-db/pull/115), thanks @nickbclifford)

This release requires Crystal 0.25.0 or later.

## v0.7.0 (2019-09-20)

* **(breaking-change)** `#exec`, `#query`, `#scalar` methods require named argument for array values ([#110](https://github.com/crystal-lang/crystal-db/pull/110), thanks @straight-shoota)
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: db
version: 0.7.0
version: 0.8.0

authors:
- Brian J. Cardiff <bcardiff@manas.tech>
Expand Down
2 changes: 1 addition & 1 deletion src/db/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DB
VERSION = "0.7.0"
VERSION = "0.8.0"
end

0 comments on commit 7e83f8e

Please sign in to comment.