Skip to content

Commit

Permalink
Release 0.21.0, Update to crystal-db ~> 0.13 (#94)
Browse files Browse the repository at this point in the history
* Update crystal-db ~> 0.13.0

* Bump version to 0.21.0
  • Loading branch information
bcardiff authored Dec 13, 2023
1 parent 1f2a1cd commit c58cea2
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.21.0 (2023-12-12)

* Update to crystal-db ~> 0.13.0. ([#94](https://github.com/crystal-lang/crystal-sqlite3/pull/94))

## v0.20.0 (2023-06-23)

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

dependencies:
db:
github: crystal-lang/crystal-db
version: ~> 0.12.0
version: ~> 0.13.0

authors:
- Ary Borenszweig <[email protected]>
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.20.0"
VERSION = "0.21.0"
end

0 comments on commit c58cea2

Please sign in to comment.