mirror of
https://gitea.invidious.io/iv-org/shard-crystal-db.git
synced 2024-08-15 00:53:32 +00:00
bump version 0.3.1
This commit is contained in:
parent
2ca60ba43f
commit
8e8d8024f9
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
## v0.3.1 (2016-12-15)
|
||||
|
||||
* Add ConnectionRefused exception to flag issues when opening new connections.
|
||||
|
||||
## v0.3.0 (2016-12-14)
|
||||
|
||||
* Add support for non prepared statements. [#25](https://github.com/crystal-lang/crystal-db/pull/25)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: db
|
||||
version: 0.3.0
|
||||
version: 0.3.1
|
||||
|
||||
authors:
|
||||
- Brian J. Cardiff <bcardiff@manas.com.ar>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module DB
|
||||
VERSION = "0.3.0"
|
||||
VERSION = "0.3.1"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue