Skip to content

Commit ed006c9

Browse files
committed
chore: release 0.1.8
1 parent 53c52cc commit ed006c9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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.1.8] - 2024-09-27
1012
### Added
1113
- `rustls-tls` feature is enabled by default so that the library can work with HTTPS. Optionally, it is also possible to use `native-tls` instead.
1214

@@ -51,7 +53,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5153
## [0.1.0] - 2021-05-30
5254

5355
<!-- next-url -->
54-
[Unreleased]: https://github.com/ClickHouse/ch2rs/compare/v0.1.7...HEAD
56+
[Unreleased]: https://github.com/ClickHouse/ch2rs/compare/v0.1.8...HEAD
57+
[0.1.8]: https://github.com/ClickHouse/ch2rs/compare/v0.1.7...v0.1.8
5558
[0.1.7]: https://github.com/ClickHouse/ch2rs/compare/v0.1.6...v0.1.7
5659
[0.1.6]: https://github.com/ClickHouse/ch2rs/compare/v0.1.5...v0.1.6
5760
[0.1.5]: https://github.com/ClickHouse/ch2rs/compare/v0.1.4...v0.1.5

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ch2rs"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
description = "Generate Rust structs from ClickHouse rows"
55
keywords = ["clickhouse", "database", "generator"]
66
authors = ["ClickHouse Contributors", "Paul Loyd <[email protected]>"]

0 commit comments

Comments
 (0)