Skip to content

Commit

Permalink
Release 0.16.0 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardiff authored Dec 21, 2023
1 parent 6445cf7 commit 042c5d6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## v0.16.0 (2023-12-21)

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

## v0.15.0 (2023-06-23)

* Update to crystal-db ~> 0.12.0. ([#101](https://github.com/crystal-lang/crystal-mysql/pull/107))
* Update to crystal-db ~> 0.12.0. ([#107](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)
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.15.0
version: 0.16.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.15.0"
VERSION = "0.16.0"
end

0 comments on commit 042c5d6

Please sign in to comment.