Skip to content

Commit

Permalink
Release v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Sep 22, 2022
1 parent 6c58cc9 commit c941c54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.6.3 (2022-09-22)

* Print query statement in error log
* Add count to table reader metadata

## v0.6.2 (2021-04-27)

* Implement the Table.Reader protocol for query result
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule MyXQL.MixProject do
use Mix.Project

@version "0.6.2"
@version "0.6.3"
@source_url "https://github.com/elixir-ecto/myxql"

def project() do
Expand Down

0 comments on commit c941c54

Please sign in to comment.