Skip to content

Commit

Permalink
Release 0.10.0 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian J. Cardiff authored Sep 30, 2020
1 parent 2841451 commit bd45602
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
## v0.9.0 (2019-04-06)
## v0.10.0 (2020-09-30)

* Fix mutex deadlock in setup_connection. ([#128](https://github.com/crystal-lang/crystal-db/pull/128), thanks @straight-shoota)
* Add logging for executing queries. ([#134](https://github.com/crystal-lang/crystal-db/pull/134), thanks @bcardiff)
* Allow `DB::Pool` to be used a generic connection pool. ([#131](https://github.com/crystal-lang/crystal-db/pull/131), thanks @jgaskins)

This release requires Crystal 0.35.0 or later.

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

* Fix compatibility issues for Crystal 0.34.0. ([#124](https://github.com/crystal-lang/crystal-db/pull/124), thanks @bcardiff)
* Fix readme sample. ([#117](https://github.com/crystal-lang/crystal-db/pull/117), thanks @bcardiff)
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.9.0
version: 0.10.0

authors:
- Brian J. Cardiff <[email protected]>
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.9.0"
VERSION = "0.10.0"
end

0 comments on commit bd45602

Please sign in to comment.