Skip to content

Commit 1e9731f

Browse files
committed
chore: release 0.13.0
1 parent 437104f commit 1e9731f

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
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
<!-- next-header -->
88

99
## [Unreleased] - ReleaseDate
10+
11+
## [0.13.0] - 2024-09-27
1012
### Added
1113
- query: add `Query::sql_display()` ([#155]).
1214
- client: add `Client::with_product_info()` ([#135]).
@@ -344,7 +346,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
344346
- `Client::query()` for selecting from tables and DDL statements.
345347

346348
<!-- next-url -->
347-
[Unreleased]: https://github.com/ClickHouse/clickhouse-rs/compare/v0.12.2...HEAD
349+
[Unreleased]: https://github.com/ClickHouse/clickhouse-rs/compare/v0.13.0...HEAD
350+
[0.13.0]: https://github.com/ClickHouse/clickhouse-rs/compare/v0.12.2...v0.13.0
348351
[0.12.2]: https://github.com/ClickHouse/clickhouse-rs/compare/v0.12.1...v0.12.2
349352
[0.12.1]: https://github.com/ClickHouse/clickhouse-rs/compare/v0.12.0...v0.12.1
350353
[0.12.0]: https://github.com/ClickHouse/clickhouse-rs/compare/v0.11.6...v0.12.0

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.12.2"
3+
version = "0.13.0"
44
description = "Official Rust client for ClickHouse DB"
55
keywords = ["clickhouse", "database", "driver", "tokio", "hyper"]
66
authors = ["ClickHouse Contributors", "Paul Loyd <[email protected]>"]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ Note: [ch2rs](https://github.com/ClickHouse/ch2rs) is useful to generate a row t
3535
To use the crate, add this to your `Cargo.toml`:
3636
```toml
3737
[dependencies]
38-
clickhouse = "0.12.2"
38+
clickhouse = "0.13.0"
3939

4040
[dev-dependencies]
41-
clickhouse = { version = "0.12.2", features = ["test-util"] }
41+
clickhouse = { version = "0.13.0", features = ["test-util"] }
4242
```
4343

4444
<details>

0 commit comments

Comments
 (0)