Skip to content

Commit 7fbd6dd

Browse files
authored
Merge pull request #14 from questdb/json_tests_as_subtree
JSON tests as subtree; Preparing for 2.0.0 release.
2 parents 141a9cc + da20cf2 commit 7fbd6dd

File tree

6 files changed

+1098
-4
lines changed

6 files changed

+1098
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
target
2-
Cargo.lock
32
build
43
.vs
54
.vscode

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.15.0)
2-
project(c-questdb-client VERSION 1.1.0)
2+
project(c-questdb-client VERSION 2.0.0)
33

44
set(CPACK_PROJECT_NAME ${PROJECT_NAME})
55
set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})

0 commit comments

Comments
 (0)