Skip to content

Commit bd45602

Browse files
author
Brian J. Cardiff
authored
Release 0.10.0 (#136)
1 parent 2841451 commit bd45602

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
## v0.9.0 (2019-04-06)
1+
## v0.10.0 (2020-09-30)
2+
3+
* Fix mutex deadlock in setup_connection. ([#128](https://github.com/crystal-lang/crystal-db/pull/128), thanks @straight-shoota)
4+
* Add logging for executing queries. ([#134](https://github.com/crystal-lang/crystal-db/pull/134), thanks @bcardiff)
5+
* Allow `DB::Pool` to be used a generic connection pool. ([#131](https://github.com/crystal-lang/crystal-db/pull/131), thanks @jgaskins)
6+
7+
This release requires Crystal 0.35.0 or later.
8+
9+
## v0.9.0 (2020-04-06)
210

311
* Fix compatibility issues for Crystal 0.34.0. ([#124](https://github.com/crystal-lang/crystal-db/pull/124), thanks @bcardiff)
412
* Fix readme sample. ([#117](https://github.com/crystal-lang/crystal-db/pull/117), thanks @bcardiff)

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: db
2-
version: 0.9.0
2+
version: 0.10.0
33

44
authors:
55
- Brian J. Cardiff <bcardiff@manas.tech>

src/db/version.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module DB
2-
VERSION = "0.9.0"
2+
VERSION = "0.10.0"
33
end

0 commit comments

Comments
 (0)