mirror of
https://gitea.invidious.io/iv-org/shard-crystal-db.git
synced 2024-08-15 00:53:32 +00:00
Release 0.13.1
This commit is contained in:
parent
1d0105ffeb
commit
4243dde0e0
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
## v0.13.1 (2023-12-21)
|
||||||
|
|
||||||
|
* Gracefully allow spec helper to fail on older crystal. ([#202](https://github.com/crystal-lang/crystal-db/pull/202), thanks @bcardiff)
|
||||||
|
|
||||||
## v0.13.0 (2023-12-11)
|
## v0.13.0 (2023-12-11)
|
||||||
|
|
||||||
* **(breaking-change)** Deprecate `DB.mapping`. ([#196](https://github.com/crystal-lang/crystal-db/pull/196), thanks @straight-shoota)
|
* **(breaking-change)** Deprecate `DB.mapping`. ([#196](https://github.com/crystal-lang/crystal-db/pull/196), thanks @straight-shoota)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: db
|
name: db
|
||||||
version: 0.13.0
|
version: 0.13.1
|
||||||
|
|
||||||
authors:
|
authors:
|
||||||
- Brian J. Cardiff <bcardiff@gmail.com>
|
- Brian J. Cardiff <bcardiff@gmail.com>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module DB
|
module DB
|
||||||
VERSION = "0.13.0"
|
VERSION = "0.13.1"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue