Skip to content

Commit

Permalink
Merge pull request #20 from questdb/rust_release
Browse files Browse the repository at this point in the history
  • Loading branch information
amunra authored Aug 5, 2022
2 parents 8b538ea + 06a680d commit 473c21e
Show file tree
Hide file tree
Showing 24 changed files with 606 additions and 365 deletions.
28 changes: 28 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[bumpversion]
current_version = 2.1.0
commit = True
tag = False

[bumpversion:file:CMakeLists.txt]
search = project(c-questdb-client VERSION {current_version})
replace = project(c-questdb-client VERSION {new_version})

[bumpversion:file:doc/SECURITY.md]
search = questdb-rs/{current_version}/
replace = questdb-rs/{new_version}/

[bumpversion:file:questdb-rs/Cargo.toml]
search = version = "{current_version}"
replace = version = "{new_version}"

[bumpversion:file:questdb-rs/README.md]
search = questdb-rs = "{current_version}"
replace = questdb-rs = "{new_version}"

[bumpversion:file:./questdb-rs/README.md]
search = questdb-rs/{current_version}/
replace = questdb-rs/{new_version}/

[bumpversion:file:questdb-rs-ffi/Cargo.toml]
search = version = "{current_version}"
replace = version = "{new_version}"
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ build
.vs
.vscode
questdb-rs/Cargo.lock
questdb-rs/src/tests/json_tests.rs
include/questdb/ilp/line_sender.gen.h
cython/questdb/ilp/line_sender.pxd
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.15.0)
project(c-questdb-client VERSION 2.0.0)
project(c-questdb-client VERSION 2.1.0)

set(CPACK_PROJECT_NAME ${PROJECT_NAME})
set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})
Expand Down
47 changes: 0 additions & 47 deletions DEV_NOTES.md

This file was deleted.

Loading

0 comments on commit 473c21e

Please sign in to comment.