File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1+ <!--
2+ Copyright 2025 SECO Mind Srl
3+
4+ SPDX-License-Identifier: Apache-2.0
5+ -->
6+
7+ # Changelog
8+ All notable changes to this project will be documented in this file.
9+
10+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.1.0/ )
11+ and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
12+
13+ ## [ 0.5.0-beta] - 2025-03-20
14+ ### Added
15+ - Initial SDK release, supports connecting to a message hub instance and publish/receive of basic
16+ Astarte types.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.15)
66
77project (
88 AstarteDeviceSDKcpp
9- VERSION 1.0
9+ VERSION 0.4.99
1010 LANGUAGES CXX )
1111
1212include (FetchContent )
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ include(FetchContent)
4141FetchContent_Declare(
4242 astarte_device_sdk
4343 GIT_REPOSITORY git@github.com:secomind/astarte-device-sdk-cpp.git
44- GIT_TAG main
44+ GIT_TAG v0.5.0-beta
4545)
4646FetchContent_MakeAvailable(astarte_device_sdk)
4747```
You can’t perform that action at this time.
0 commit comments