We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53cf7e commit 427468fCopy full SHA for 427468f
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog for v3.x
2
3
+## v3.8.2 (2022-05-18)
4
+
5
+### Bug fixes
6
7
+ * [postgres] Fix possible breaking change on `json_extract_path` for boolean values introduced in v3.8.0
8
+ * [sql] Colorize stacktrace and use `:` before printing line number
9
10
## v3.8.1 (2022-04-29)
11
12
### Bug fixes
mix.exs
@@ -2,7 +2,7 @@ defmodule EctoSQL.MixProject do
use Mix.Project
@source_url "https://github.com/elixir-ecto/ecto_sql"
- @version "3.8.1"
+ @version "3.8.2"
@adapters ~w(pg myxql tds)
def project do
0 commit comments