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 146f210 commit 4be7bf6Copy full SHA for 4be7bf6
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 0.6.0 (2025-11-26)
4
5
- added **automatic decoding** to `Ch.stream/4` when using `RowBinaryWithNamesAndTypes` format: https://github.com/plausible/ch/pull/277.
6
README.md
@@ -21,7 +21,7 @@ Your ideas are welcome [here.](https://github.com/plausible/ch/issues/82)
21
```elixir
22
defp deps do
23
[
24
- {:ch, "~> 0.5.0"}
+ {:ch, "~> 0.6.0"}
25
]
26
end
27
```
mix.exs
@@ -2,7 +2,7 @@ defmodule Ch.MixProject do
use Mix.Project
@source_url "https://github.com/plausible/ch"
- @version "0.5.7"
+ @version "0.6.0"
7
def project do
8
0 commit comments