Skip to content

Commit

Permalink
Merge pull request #66 from sorru94/prepare-0.5-alpha
Browse files Browse the repository at this point in the history
Prepare release v0.5.0-alpha
  • Loading branch information
harlem88 authored Mar 8, 2024
2 parents bcca134 + 61b3a00 commit febdf27
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!--
Copyright 2024 SECO Mind Srl
SPDX-License-Identifier: Apache-2.0
-->

# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.5.0-alpha] - 2024-03-08
### Added
- Initial SDK release, supports pairing and publish/receive of basic Astarte types.
2 changes: 1 addition & 1 deletion doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project(Astarte-Device-SDK-Doc LANGUAGES)

set(MIN_WEST_VERSION 1.0.0)

set(Astarte_Device_SDK_VERSION 0.5.99)
set(Astarte_Device_SDK_VERSION 0.5.0-alpha)

message(STATUS "Zephyr base: ${ASTARTE_DEVICE_SDK_BASE}")
message(STATUS "Documentation tag: ${DOC_TAG}")
Expand Down
4 changes: 2 additions & 2 deletions include/astarte_device_sdk/astarte.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
/** @brief Major version number */
#define ASTARTE_DEVICE_SDK_MAJOR 0
/** @brief Minor version number */
#define ASTARTE_DEVICE_SDK_MINOR 1
#define ASTARTE_DEVICE_SDK_MINOR 4
/** @brief Patch version number */
#define ASTARTE_DEVICE_SDK_PATCH 0
#define ASTARTE_DEVICE_SDK_PATCH 99

#endif // ASTARTE_DEVICE_SDK_ASTARTE_H

0 comments on commit febdf27

Please sign in to comment.