Skip to content

Commit 4be7bf6

Browse files
committed
release v0.6.0
1 parent 146f210 commit 4be7bf6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.6.0 (2025-11-26)
44

55
- added **automatic decoding** to `Ch.stream/4` when using `RowBinaryWithNamesAndTypes` format: https://github.com/plausible/ch/pull/277.
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Your ideas are welcome [here.](https://github.com/plausible/ch/issues/82)
2121
```elixir
2222
defp deps do
2323
[
24-
{:ch, "~> 0.5.0"}
24+
{:ch, "~> 0.6.0"}
2525
]
2626
end
2727
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Ch.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/plausible/ch"
5-
@version "0.5.7"
5+
@version "0.6.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)