Skip to content

Commit 0b7a9d0

Browse files
committed
Release ClickHouse v1.1.0
1 parent ce6e65a commit 0b7a9d0

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.0] - 2025-02-07
11+
1012
- ClickHouse 25.1 serializes booleans as 1/0 when using `FORMAT JSON`. We only used that in introspection. Change it to use `toJSONString` instead.
1113
- Fix returning explain query plan
1214

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
]
88
resolver = "2"
99

10-
package.version = "1.0.5"
10+
package.version = "1.1.0"
1111
package.edition = "2021"
1212

1313
[workspace.dependencies]

0 commit comments

Comments
 (0)