Skip to content

Commit 7b0604d

Browse files
committed
chore: prepare release 0.14.2
1 parent 8a336d2 commit 7b0604d

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.2] - 2026-01-14
12+
1113
### Added
1214

1315
* Added `Client::insert_formatted_with()` and `InsertFormatted` for inserting data in a chosen format with a specified SQL query. ([#364])
@@ -547,7 +549,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
547549
- `Client::query()` for selecting from tables and DDL statements.
548550

549551
<!-- next-url -->
550-
[Unreleased]: https://github.com/ClickHouse/clickhouse-rs/compare/v0.14.1...HEAD
552+
[Unreleased]: https://github.com/ClickHouse/clickhouse-rs/compare/v0.14.2...HEAD
553+
[0.14.2]: https://github.com/ClickHouse/clickhouse-rs/compare/v0.14.1...v0.14.2
551554
[0.14.1]: https://github.com/ClickHouse/clickhouse-rs/compare/v0.14.0...v0.14.1
552555
[0.14.0]: https://github.com/ClickHouse/clickhouse-rs/compare/v0.13.3...v0.14.0
553556
[0.13.3]: https://github.com/ClickHouse/clickhouse-rs/compare/v0.13.2...v0.13.3

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.14.1"
3+
version = "0.14.2"
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.14.1"
63+
clickhouse = "0.14.2"
6464

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

6969
<details>

0 commit comments

Comments
 (0)