File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 4.0.3
2+ current_version = 4.0.4
33commit = False
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 4.0.3 )
2+ project (c-questdb-client VERSION 4.0.4 )
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/4.0.3 /questdb/ingress/struct.SenderBuilder.html#method.auth )
39- and [ ` tls ` ] ( https://docs.rs/questdb-rs/4.0.3 /questdb/ingress/struct.SenderBuilder.html#method.tls ) methods.
38+ * Rust: ` SenderBuilder ` 's [ ` auth ` ] ( https://docs.rs/questdb-rs/4.0.4 /questdb/ingress/struct.SenderBuilder.html#method.auth )
39+ and [ ` tls ` ] ( https://docs.rs/questdb-rs/4.0.4 /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 @@ -745,7 +745,7 @@ namespace questdb::ingress
745745 static inline ::line_sender_utf8 name ()
746746 {
747747 // Maintained by .bumpversion.cfg
748- static const char user_agent[] = " questdb/c++/4.0.3 " ;
748+ static const char user_agent[] = " questdb/c++/4.0.4 " ;
749749 ::line_sender_utf8 utf8 = ::line_sender_utf8_assert (
750750 sizeof (user_agent) - 1 ,
751751 user_agent);
Original file line number Diff line number Diff line change 11[package ]
22name = " questdb-rs-ffi"
3- version = " 4.0.3 "
3+ version = " 4.0.4 "
44edition = " 2021"
55publish = false
66
Original file line number Diff line number Diff line change 11[package ]
22name = " questdb-rs"
3- version = " 4.0.3 "
3+ version = " 4.0.4 "
44edition = " 2021"
55license = " Apache-2.0"
66description = " QuestDB Client Library for Rust"
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ fn main() -> Result<()> {
4646## Docs
4747
4848Most of the client documentation is on the
49- [ ` ingress ` ] ( https://docs.rs/questdb-rs/4.0.3 /questdb/ingress/ ) module page.
49+ [ ` ingress ` ] ( https://docs.rs/questdb-rs/4.0.4 /questdb/ingress/ ) module page.
5050
5151## Crate features
5252
You can’t perform that action at this time.
0 commit comments