Skip to content

Commit

Permalink
Release 0.14.0 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian J. Cardiff authored Jan 28, 2022
1 parent 684c96d commit 88393ad
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.14.0 (2021-01-27)

* Update to crystal-db ~> 0.11.0. ([#101](https://github.com/crystal-lang/crystal-mysql/pull/101))
* Migrate CI to GitHub Actions. ([#102](https://github.com/crystal-lang/crystal-mysql/pull/102), thanks @bcardiff)

This release requires Crystal 1.0.0 or later.

## v0.13.0 (2021-01-26)

* Add `UUID` support. ([#76](https://github.com/crystal-lang/crystal-mysql/pull/76), thanks @kalinon)
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mysql
version: 0.13.0
version: 0.14.0

dependencies:
db:
Expand Down
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.13.0"
VERSION = "0.14.0"
end

0 comments on commit 88393ad

Please sign in to comment.