Skip to content

Commit

Permalink
chore: release 0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed Jun 12, 2023
1 parent 6750c4e commit d4ecc76
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- next-header -->

## [Unreleased] - ReleaseDate

## [0.11.5] - 2023-06-12
### Changed
- inserter: start new insert only when the first row is provided ([#68], [#70]).

Expand Down Expand Up @@ -246,7 +248,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Client::query()` for selecting from tables and DDL statements.

<!-- next-url -->
[Unreleased]: https://github.com/loyd/clickhouse.rs/compare/v0.11.4...HEAD
[Unreleased]: https://github.com/loyd/clickhouse.rs/compare/v0.11.5...HEAD
[0.11.5]: https://github.com/loyd/clickhouse.rs/compare/v0.11.4...v0.11.5
[0.11.4]: https://github.com/loyd/clickhouse.rs/compare/v0.11.3...v0.11.4
[0.11.3]: https://github.com/loyd/clickhouse.rs/compare/v0.11.2...v0.11.3
[0.11.2]: https://github.com/loyd/clickhouse.rs/compare/v0.11.1...v0.11.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clickhouse"
version = "0.11.4"
version = "0.11.5"
description = "A typed client for ClickHouse with killer features"
keywords = ["clickhouse", "database", "driver", "tokio", "hyper"]
authors = ["Paul Loyd <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ A typed client for ClickHouse.
To use the crate, add this to your `Cargo.toml`:
```toml
[dependencies]
clickhouse = "0.11.4"
clickhouse = "0.11.5"

[dev-dependencies]
clickhouse = { version = "0.11.4", features = ["test-util"] }
clickhouse = { version = "0.11.5", features = ["test-util"] }
```

<details>
Expand Down

0 comments on commit d4ecc76

Please sign in to comment.