Skip to content

Commit

Permalink
Release v1.20.1 (#1539)
Browse files Browse the repository at this point in the history
Update CHANGELOG.md and CMakeLists.txt files for the v1.20.1 release.

Relates-To: OCMAM-226

Signed-off-by: Mykola Malik <ext-mykola.malik@here.com>
  • Loading branch information
mykolamalik authored Aug 13, 2024
1 parent 2fb4037 commit d59fc01
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v1.20.1 (13/08/2024)

**Common**
* Fixed various clang-tidy warnings.
* Fixed Boost configuration error on Windows.

**olp-cpp-sdk-dataservice-read**
* Updated query network requests to include metadata fields `crc`, `checksum`, `dataSize` and `compressedDataSize` by default.

## v1.20.0 (06/08/2024)

**Common**
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
cmake_minimum_required(VERSION 3.9)

# Build the sdk targets
project(olp-cpp-sdk VERSION 1.20.0)
project(olp-cpp-sdk VERSION 1.20.1)

# Add preprocessor definitions for the SDK version and platform name
add_definitions(-DOLP_SDK_VERSION_STRING=\"${olp-cpp-sdk_VERSION}\")
Expand Down
2 changes: 1 addition & 1 deletion olp-cpp-sdk-authentication/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# SPDX-License-Identifier: Apache-2.0
# License-Filename: LICENSE

project(olp-cpp-sdk-authentication VERSION 1.20.0)
project(olp-cpp-sdk-authentication VERSION 1.20.1)
set(DESCRIPTION "C++ API library for accessing HERE Account authentication service")

file(GLOB_RECURSE AUTHENTICATION_INC "include/*.h*")
Expand Down
2 changes: 1 addition & 1 deletion olp-cpp-sdk-core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# License-Filename: LICENSE


project(olp-cpp-sdk-core VERSION 1.20.0)
project(olp-cpp-sdk-core VERSION 1.20.1)
set(DESCRIPTION "Core network and utility library for the HERE OLP SDK C++")

find_package(RapidJSON 1.1.0 REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion olp-cpp-sdk-dataservice-read/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# SPDX-License-Identifier: Apache-2.0
# License-Filename: LICENSE

project(olp-cpp-sdk-dataservice-read VERSION 1.20.0)
project(olp-cpp-sdk-dataservice-read VERSION 1.20.1)
set(DESCRIPTION "C++ API library for reading OLP data")

file(GLOB_RECURSE INC "include/*.h*")
Expand Down
2 changes: 1 addition & 1 deletion olp-cpp-sdk-dataservice-write/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# SPDX-License-Identifier: Apache-2.0
# License-Filename: LICENSE

project(olp-cpp-sdk-dataservice-write VERSION 1.20.0)
project(olp-cpp-sdk-dataservice-write VERSION 1.20.1)
set(DESCRIPTION "C++ API library for writing data to OLP")

set(OLP_SDK_DATASERVICE_WRITE_API_HEADERS
Expand Down

0 comments on commit d59fc01

Please sign in to comment.