Skip to content

Commit 25a9dd8

Browse files
committed
Release 0.13.0
1 parent 611eec5 commit 25a9dd8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.13.0 (2019-08-02)
2+
3+
* Fix compatibility issues for Crystal 0.30.0. ([#43](https://github.com/crystal-lang/crystal-sqlite3/pull/43))
4+
15
## v0.12.0 (2019-06-07)
26

37
This release requires crystal >= 0.28.0

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sqlite3
2-
version: 0.12.0
2+
version: 0.13.0
33

44
dependencies:
55
db:

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.12.0"
2+
VERSION = "0.13.0"
33
end

0 commit comments

Comments
 (0)