mirror of
https://gitea.invidious.io/iv-org/shard-crystal-sqlite3.git
synced 2024-08-15 00:53:26 +00:00
Release 0.19.0 (#79)
This commit is contained in:
parent
a9baaec310
commit
d15a8da05c
3 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
## v0.19.0 (2022-01-28)
|
||||||
|
|
||||||
|
* Update to crystal-db ~> 0.11.0. ([#77](https://github.com/crystal-lang/crystal-sqlite3/pull/77))
|
||||||
|
* Fix timestamps support to allow dealing with exact seconds values ([#68](https://github.com/crystal-lang/crystal-sqlite3/pull/68), thanks @yujiri8, @tenebrousedge)
|
||||||
|
* Migrate CI to GitHub Actions. ([#78](https://github.com/crystal-lang/crystal-sqlite3/pull/78))
|
||||||
|
|
||||||
|
This release requires Crystal 1.0.0 or later.
|
||||||
|
|
||||||
## v0.18.0 (2021-01-26)
|
## v0.18.0 (2021-01-26)
|
||||||
|
|
||||||
* Add `REGEXP` support powered by Crystal's std-lib Regex. ([#62](https://github.com/crystal-lang/crystal-sqlite3/pull/62), thanks @yujiri8)
|
* Add `REGEXP` support powered by Crystal's std-lib Regex. ([#62](https://github.com/crystal-lang/crystal-sqlite3/pull/62), thanks @yujiri8)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: sqlite3
|
name: sqlite3
|
||||||
version: 0.18.0
|
version: 0.19.0
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
db:
|
db:
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module SQLite3
|
module SQLite3
|
||||||
VERSION = "0.18.0"
|
VERSION = "0.19.0"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue