Skip to content

Commit abf7448

Browse files
committed
chore: release 0.13.3
1 parent aa6c438 commit abf7448

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.3] - 2025-05-29
1012
### Added
1113
- client: added `Client::with_access_token` to support JWT authentication ClickHouse Cloud feature ([#215]).
1214
- Identifier: added `Copy` and `Clone` derive ([#224]).
@@ -391,7 +393,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
391393
- `Client::query()` for selecting from tables and DDL statements.
392394

393395
<!-- next-url -->
394-
[Unreleased]: https://github.com/ClickHouse/clickhouse-rs/compare/v0.13.2...HEAD
396+
[Unreleased]: https://github.com/ClickHouse/clickhouse-rs/compare/v0.13.3...HEAD
397+
[0.13.3]: https://github.com/ClickHouse/clickhouse-rs/compare/v0.13.2...v0.13.3
395398
[0.13.2]: https://github.com/ClickHouse/clickhouse-rs/compare/v0.13.1...v0.13.2
396399
[0.13.1]: https://github.com/ClickHouse/clickhouse-rs/compare/v0.13.0...v0.13.1
397400
[0.13.0]: https://github.com/ClickHouse/clickhouse-rs/compare/v0.12.2...v0.13.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.13.2"
3+
version = "0.13.3"
44
description = "Official Rust client for ClickHouse DB"
55
keywords = ["clickhouse", "database", "driver", "tokio", "hyper"]
66
authors = ["ClickHouse Contributors", "Paul Loyd <pavelko95@gmail.com>"]

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.13.2"
38+
clickhouse = "0.13.3"
3939

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

4444
<details>

0 commit comments

Comments
 (0)