Skip to content

Commit

Permalink
Release 0.19.0 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian J. Cardiff authored Jan 28, 2022
1 parent a9baaec commit d15a8da
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

* Add `REGEXP` support powered by Crystal's std-lib Regex. ([#62](https://github.com/crystal-lang/crystal-sqlite3/pull/62), thanks @yujiri8)
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sqlite3
version: 0.18.0
version: 0.19.0

dependencies:
db:
Expand Down
2 changes: 1 addition & 1 deletion src/sqlite3/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SQLite3
VERSION = "0.18.0"
VERSION = "0.19.0"
end

0 comments on commit d15a8da

Please sign in to comment.