Skip to content

Commit 3db51fa

Browse files
committed
chore: release {{version}}
1 parent 52a8e84 commit 3db51fa

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased] - ReleaseDate
1010

11+
## [0.14.0] - 2025-10-08
12+
1113
### Removed
1214

1315
- **BREAKING** watch: `Client::watch()` API is removed ([#245]).
@@ -461,7 +463,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
461463
- `Client::query()` for selecting from tables and DDL statements.
462464

463465
<!-- next-url -->
464-
[Unreleased]: https://github.com/ClickHouse/clickhouse-rs/compare/v0.13.3...HEAD
466+
[Unreleased]: https://github.com/ClickHouse/clickhouse-rs/compare/v0.14.0...HEAD
467+
[0.14.0]: https://github.com/ClickHouse/clickhouse-rs/compare/v0.13.3...v0.14.0
465468
[0.13.3]: https://github.com/ClickHouse/clickhouse-rs/compare/v0.13.2...v0.13.3
466469
[0.13.2]: https://github.com/ClickHouse/clickhouse-rs/compare/v0.13.1...v0.13.2
467470
[0.13.1]: https://github.com/ClickHouse/clickhouse-rs/compare/v0.13.0...v0.13.1

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"
3-
version = "0.13.3"
3+
version = "0.14.0"
44
description = "Official Rust client for ClickHouse DB"
55
keywords = ["clickhouse", "database", "driver", "tokio", "hyper"]
66
readme = "README.md"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ To use the crate, add this to your `Cargo.toml`:
6060

6161
```toml
6262
[dependencies]
63-
clickhouse = "0.13.3"
63+
clickhouse = "0.14.0"
6464

6565
[dev-dependencies]
66-
clickhouse = { version = "0.13.3", features = ["test-util"] }
66+
clickhouse = { version = "0.14.0", features = ["test-util"] }
6767
```
6868

6969
<details>

0 commit comments

Comments
 (0)