Skip to content

Commit c58cea2

Browse files
authored
Release 0.21.0, Update to crystal-db ~> 0.13 (#94)
* Update crystal-db ~> 0.13.0 * Bump version to 0.21.0
1 parent 1f2a1cd commit c58cea2

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.21.0 (2023-12-12)
2+
3+
* Update to crystal-db ~> 0.13.0. ([#94](https://github.com/crystal-lang/crystal-sqlite3/pull/94))
4+
15
## v0.20.0 (2023-06-23)
26

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

shard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: sqlite3
2-
version: 0.20.0
2+
version: 0.21.0
33

44
dependencies:
55
db:
66
github: crystal-lang/crystal-db
7-
version: ~> 0.12.0
7+
version: ~> 0.13.0
88

99
authors:
1010
- Ary Borenszweig <[email protected]>

src/sqlite3/version.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SQLite3
2-
VERSION = "0.20.0"
2+
VERSION = "0.21.0"
33
end

0 commit comments

Comments
 (0)