Skip to content

Commit

Permalink
Release 0.12.0 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian J. Cardiff authored Sep 30, 2020
1 parent f5eddfe commit 435b68e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.12.0 (2020-09-30)

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

This release requires Crystal 0.35.0 or later.

## v0.11.2 (2020-06-19)

* Fix compatibility issues for Crystal 0.35.1. ([#92](https://github.com/crystal-lang/crystal-mysql/pull/92), thanks @bcardiff)
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.11.2
version: 0.12.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.11.2"
VERSION = "0.12.0"
end

0 comments on commit 435b68e

Please sign in to comment.