Skip to content

Commit 8ffff4f

Browse files
committed
release v0.8.0
1 parent 415437e commit 8ffff4f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.8.0 (2026-05-03)
44

55
- RowBinary: truncate NaiveDateTime resulting from DateTime64 https://github.com/plausible/ch/pull/297
66
- use gregorian seconds for naive datetime encoding in RowBinary (it's faster this way) https://github.com/plausible/ch/pull/311

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.7.0"}
24+
{:ch, "~> 0.8.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.7.1"
5+
@version "0.8.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)