mirror of
https://gitea.invidious.io/iv-org/shard-crystal-db.git
synced 2024-08-15 00:53:32 +00:00
Bump version 0.4.3. Release notes.
This commit is contained in:
parent
839a7abb5e
commit
437f8c39ec
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
## v0.4.3 (2017-11-07)
|
||||||
|
|
||||||
|
* Fix connections were not released when building invalid statements. (see [#65](https://github.com/crystal-lang/crystal-db/pull/65), thanks @crisward)
|
||||||
|
* Fix some exceptions were not deriving from `DB::Error`. (see [#70](https://github.com/crystal-lang/crystal-db/pull/70), thanks @exts)
|
||||||
|
|
||||||
## v0.4.2 (2017-04-21)
|
## v0.4.2 (2017-04-21)
|
||||||
|
|
||||||
* Fix compatibility issues for crystal 0.22.0
|
* Fix compatibility issues for crystal 0.22.0
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: db
|
name: db
|
||||||
version: 0.4.2
|
version: 0.4.3
|
||||||
|
|
||||||
authors:
|
authors:
|
||||||
- Brian J. Cardiff <bcardiff@manas.tech>
|
- Brian J. Cardiff <bcardiff@manas.tech>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module DB
|
module DB
|
||||||
VERSION = "0.4.2"
|
VERSION = "0.4.3"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue