Skip to content

Commit

Permalink
Release 0.18.0 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian J. Cardiff authored Jan 26, 2021
1 parent 55b8399 commit 367c110
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 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)

## v0.17.0 (2020-09-30)

* Update to crystal-db ~> 0.10.0. ([#58](https://github.com/crystal-lang/crystal-sqlite3/pull/58))
Expand Down
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sqlite3
version: 0.17.0
version: 0.18.0

dependencies:
db:
Expand All @@ -10,6 +10,6 @@ authors:
- Ary Borenszweig <[email protected]>
- Brian J. Cardiff <[email protected]>

crystal: 0.35.0
crystal: ">= 0.35.0, < 2.0.0"

license: MIT
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.17.0"
VERSION = "0.18.0"
end

0 comments on commit 367c110

Please sign in to comment.