Skip to content

Commit

Permalink
Release 0.13.0 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian J. Cardiff authored Jan 26, 2021
1 parent 2deace7 commit 1a9b992
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.13.0 (2021-01-26)

* Add `UUID` support. ([#76](https://github.com/crystal-lang/crystal-mysql/pull/76), thanks @kalinon)

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

* Update to crystal-db ~> 0.10.0. ([#95](https://github.com/crystal-lang/crystal-mysql/pull/95))
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: mysql
version: 0.12.0
version: 0.13.0

dependencies:
db:
Expand All @@ -10,6 +10,6 @@ authors:
- Juan Wajnerman <[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/mysql/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MySql
VERSION = "0.12.0"
VERSION = "0.13.0"
end

0 comments on commit 1a9b992

Please sign in to comment.