Skip to content

Commit c2baa07

Browse files
authored
Merge pull request #249 from ClickHouse/bump-0.3.1
Bump version to 0.3.1
2 parents c53f19c + e6c304b commit c2baa07

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

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

crates/clickhouse-cloud-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clickhouse-cloud-api"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2024"
55
description = "Typed Rust client for the ClickHouse Cloud API"
66
license = "Apache-2.0"

crates/clickhousectl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clickhousectl"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2024"
55
description = "The CLI for ClickHouse: local and cloud."
66
license = "Apache-2.0"
@@ -40,7 +40,7 @@ chrono = "0.4.44"
4040
open = "5.3.3"
4141
url = "2.5.8"
4242
tabled = "0.20.0"
43-
clickhouse-cloud-api = { version = "0.3.0", path = "../clickhouse-cloud-api" }
43+
clickhouse-cloud-api = { version = "0.3.1", path = "../clickhouse-cloud-api" }
4444
uuid = { version = "1.23.0", features = ["v4"] }
4545
is-ai-agent = "0.2.1"
4646
base64 = "0.22.1"

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clickhousectl",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "The CLI for ClickHouse: local and cloud.",
55
"homepage": "https://github.com/ClickHouse/clickhousectl",
66
"repository": {

0 commit comments

Comments
 (0)