File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " ch2rs"
3- version = " 0.1.7 "
3+ version = " 0.1.8 "
44description = " Generate Rust structs from ClickHouse rows"
55keywords = [" clickhouse" , " database" , " generator" ]
66authors = [
" ClickHouse Contributors" ,
" Paul Loyd <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments