Skip to content

Commit 1a9b992

Browse files
author
Brian J. Cardiff
authored
Release 0.13.0 (#97)
1 parent 2deace7 commit 1a9b992

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.13.0 (2021-01-26)
2+
3+
* Add `UUID` support. ([#76](https://github.com/crystal-lang/crystal-mysql/pull/76), thanks @kalinon)
4+
15
## v0.12.0 (2020-09-30)
26

37
* Update to crystal-db ~> 0.10.0. ([#95](https://github.com/crystal-lang/crystal-mysql/pull/95))

shard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: mysql
2-
version: 0.12.0
2+
version: 0.13.0
33

44
dependencies:
55
db:
@@ -10,6 +10,6 @@ authors:
1010
- Juan Wajnerman <[email protected]>
1111
- Brian J. Cardiff <[email protected]>
1212

13-
crystal: 0.35.0
13+
crystal: ">= 0.35.0, < 2.0.0"
1414

1515
license: MIT

src/mysql/version.cr

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

0 commit comments

Comments
 (0)