Skip to content

Commit bfabf6d

Browse files
committed
Prepare release 0.6.1
Signed-off-by: Simone Orru <simone.orru@secomind.com>
1 parent b2e0fef commit bfabf6d

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ 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-
## [Unreleased]
13+
## [0.6.1] - 2025-08-11
14+
### Added
15+
- Astarte classes can now be formatted, using the standard library's formatter by default. If it's not available, the feature uses the `fmtlib` library from `spdlog` as a fallback. To use this fallback, you must enable the `ASTARTE_PUBLIC_SPDLOG_DEP` option in CMake.
16+
1417
### Fixed
1518
- Qt sample compilation errors on windows machines.
1619

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.15)
66

77
project(
88
AstarteDeviceSDKcpp
9-
VERSION 0.6.0
9+
VERSION 0.6.1
1010
LANGUAGES CXX)
1111

1212
include(FetchContent)

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.6.0
102+
GIT_TAG v0.6.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
@@ -15,7 +15,7 @@ cpp_standard="20"
1515
fresh_mode=false
1616
docs_dir="doc"
1717
docs_build_dir_name="_build"
18-
astarte_sdk_version="0.6.0"
18+
astarte_sdk_version="0.6.1"
1919
doxyfile_name="astarte-device-sdk.doxyfile.in"
2020
script_initial_pwd="$PWD"
2121

0 commit comments

Comments
 (0)