Skip to content

Commit 3b2eb7c

Browse files
authored
Merge pull request #29 from sorru94/perpare-v0.5.0-beta
Prepare release v0.5.0 beta
2 parents 266bf3c + 15b8f03 commit 3b2eb7c

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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.

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 1.0
9+
VERSION 0.4.99
1010
LANGUAGES CXX)
1111

1212
include(FetchContent)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ include(FetchContent)
4141
FetchContent_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
)
4646
FetchContent_MakeAvailable(astarte_device_sdk)
4747
```

0 commit comments

Comments
 (0)