Skip to content

Commit 1c434cf

Browse files
authored
Merge pull request #141 from sorru94/prepare-0.7.1
Prepare release v0.7.1
2 parents dd547ae + 8c613e4 commit 1c434cf

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ All notable changes to this project will be documented in this file.
1010
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/)
1111
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
1212

13+
## [0.7.1] - 2025-10-28
14+
1315
## [0.6.2] - 2025-10-28
1416
### Fixed
1517
- An integer overflow in the exponential backoff module. The bug caused the calculated reconnection delay to wrap around to a negative value, leading to zero delay connection attempts during a network outage.

CMakeLists.txt

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

55
cmake_minimum_required(VERSION 3.15)
66

7-
project(AstarteDeviceSDKcpp VERSION 0.7.0 LANGUAGES CXX)
7+
project(AstarteDeviceSDKcpp VERSION 0.7.1 LANGUAGES CXX)
88

99
include(FetchContent)
1010

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ include(FetchContent)
9999
FetchContent_Declare(
100100
astarte_device_sdk
101101
GIT_REPOSITORY git@github.com:secomind/astarte-device-sdk-cpp.git
102-
GIT_TAG v0.7.0
102+
GIT_TAG v0.7.1
103103
)
104104
FetchContent_MakeAvailable(astarte_device_sdk)
105105
```

docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ doxygen_version="1.13.2"
1414
fresh_mode=false
1515
docs_dir="doc"
1616
docs_build_dir_name="_build"
17-
astarte_sdk_version="0.7.0"
17+
astarte_sdk_version="0.7.1"
1818
doxyfile_name="astarte-device-sdk.doxyfile.in"
1919
script_initial_pwd="$PWD"
2020

0 commit comments

Comments
 (0)