File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.0 .0
2+ current_version = 3.1 .0
33commit = True
44tag = False
55
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.15.0)
2- project (c-questdb-client VERSION 3.0 .0)
2+ project (c-questdb-client VERSION 3.1 .0)
33
44set (CPACK_PROJECT_NAME ${PROJECT_NAME} )
55set (CPACK_PROJECT_VERSION ${PROJECT_VERSION} )
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ A few important technical details on TLS:
3535 are managed centrally.
3636
3737For API usage:
38- * Rust: ` SenderBuilder ` 's [ ` auth ` ] ( https://docs.rs/questdb-rs/3.0 .0/questdb/ingress/struct.SenderBuilder.html#method.auth )
39- and [ ` tls ` ] ( https://docs.rs/questdb-rs/3.0 .0/questdb/ingress/struct.SenderBuilder.html#method.tls ) methods.
38+ * Rust: ` SenderBuilder ` 's [ ` auth ` ] ( https://docs.rs/questdb-rs/3.1 .0/questdb/ingress/struct.SenderBuilder.html#method.auth )
39+ and [ ` tls ` ] ( https://docs.rs/questdb-rs/3.1 .0/questdb/ingress/struct.SenderBuilder.html#method.tls ) methods.
4040* C: [ examples/line_sender_c_example_auth.c] ( ../examples/line_sender_c_example_auth.c )
4141* C++: [ examples/line_sender_cpp_example_auth.cpp] ( ../examples/line_sender_cpp_example_auth.cpp )
Original file line number Diff line number Diff line change 11[package ]
22name = " questdb-rs-ffi"
3- version = " 3.0 .0"
3+ version = " 3.1 .0"
44edition = " 2021"
55publish = false
66
Original file line number Diff line number Diff line change 11[package ]
22name = " questdb-rs"
3- version = " 3.0 .0"
3+ version = " 3.1 .0"
44edition = " 2021"
55license = " Apache-2.0"
66description = " QuestDB Client Library for Rust"
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ To start using `questdb-rs` add it to your `Cargo.toml`:
66
77``` toml
88[dependencies ]
9- questdb-rs = " 3.0 .0"
9+ questdb-rs = " 3.1 .0"
1010```
1111
1212## Docs
1313
14- See documentation for the [ ` ingress ` ] ( https://docs.rs/questdb-rs/3.0 .0/questdb/ingress/ ) module to insert data into QuestDB via the ILP protocol.
14+ See documentation for the [ ` ingress ` ] ( https://docs.rs/questdb-rs/3.1 .0/questdb/ingress/ ) module to insert data into QuestDB via the ILP protocol.
1515
1616* Latest API docs: [ https://docs.rs/questdb-rs/latest/ ] ( https://docs.rs/questdb-rs/latest/ )
1717
You can’t perform that action at this time.
0 commit comments