Skip to content

Commit 4ec21f6

Browse files
committed
v0.2.2 Doc Update
1 parent 941eb47 commit 4ec21f6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.14)
22
project(databricks_sdk
3-
VERSION 0.2.0
3+
VERSION 0.2.2
44
DESCRIPTION "Databricks C++ SDK"
55
LANGUAGES CXX)
66

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Project information
44
PROJECT_NAME = "Databricks C++ SDK"
5-
PROJECT_NUMBER = "0.2.0"
5+
PROJECT_NUMBER = "0.2.2"
66
PROJECT_BRIEF = "Interact with Databricks via an SDK"
77
OUTPUT_DIRECTORY = docs
88

include/databricks/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ namespace databricks
1111
/**
1212
* @brief SDK version information
1313
*/
14-
constexpr const char *VERSION = "0.2.0";
14+
constexpr const char *VERSION = "0.2.2";
1515
constexpr int VERSION_MAJOR = 0;
1616
constexpr int VERSION_MINOR = 2;
17-
constexpr int VERSION_PATCH = 0;
17+
constexpr int VERSION_PATCH = 2;
1818

1919
} // namespace databricks

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "databricks-sdk-cpp",
3-
"version": "0.2.0",
3+
"version": "0.2.2",
44
"description": "C++ SDK for Databricks, providing an interface for interacting with Databricks services via ODBC",
55
"homepage": "https://github.com/calvinjmin/databricks-sdk-cpp",
66
"license": "MIT",

0 commit comments

Comments
 (0)