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.2. Release notes.
This commit is contained in:
parent
5d5b901da1
commit
28c6f3b715
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
## v0.4.2 (2017-04-21)
|
||||
|
||||
* Fix compatibility issues for crystal 0.22.0
|
||||
|
||||
## v0.4.1 (2017-04-10)
|
||||
|
||||
* Add spec helper for drivers. [#48](https://github.com/crystal-lang/crystal-db/pull/48)
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
name: db
|
||||
version: 0.4.1
|
||||
version: 0.4.2
|
||||
|
||||
authors:
|
||||
- Brian J. Cardiff <bcardiff@manas.tech>
|
||||
|
||||
crystal: 0.22.0
|
||||
|
||||
license: MIT
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module DB
|
||||
VERSION = "0.4.1"
|
||||
VERSION = "0.4.2"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue