Skip to content

Commit

Permalink
Release 0.15.0 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardiff authored Jun 23, 2023
1 parent 91dcada commit 0f37981
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.15.0 (2023-06-23)

* Update to crystal-db ~> 0.12.0. ([#101](https://github.com/crystal-lang/crystal-mysql/pull/107))
* Configure collation/charset using connection query params. ([#100](https://github.com/crystal-lang/crystal-mysql/pull/100), thanks @Dakad)

## v0.14.0 (2021-01-27)

* Update to crystal-db ~> 0.11.0. ([#101](https://github.com/crystal-lang/crystal-mysql/pull/101))
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.14.0
version: 0.15.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.14.0"
VERSION = "0.15.0"
end

0 comments on commit 0f37981

Please sign in to comment.