From ac0eadfb3ed916296e93478731f88484a9f0a879 Mon Sep 17 00:00:00 2001 From: Simone Orru Date: Wed, 11 Sep 2024 16:24:11 +0200 Subject: [PATCH] Prepare v0.7.1 release Signed-off-by: Simone Orru --- CHANGELOG.md | 2 +- README.md | 2 +- doc/CMakeLists.txt | 2 +- include/astarte_device_sdk/astarte.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57c9de38..bd8696b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ 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.7.1] - Unreleased +## [0.7.1] - 2024-09-11 ### Fixed - Connection callback is correctly called also when session present is true. diff --git a/README.md b/README.md index 1f74c32c..5092a927 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Second, a new entry should be added to the projects list: remote: secomind repo-path: astarte-device-sdk-zephyr.git path: astarte-device-sdk-zephyr - revision: v0.7.0 + revision: v0.7.1 west-commands: scripts/west-commands.yml import: true ``` diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 8a43f54c..7cdea29e 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -7,7 +7,7 @@ project(Astarte-Device-SDK-Doc LANGUAGES) set(MIN_WEST_VERSION 1.0.0) -set(Astarte_Device_SDK_VERSION 0.7.0) +set(Astarte_Device_SDK_VERSION 0.7.1) message(STATUS "Zephyr base: ${ASTARTE_DEVICE_SDK_BASE}") message(STATUS "Documentation tag: ${DOC_TAG}") diff --git a/include/astarte_device_sdk/astarte.h b/include/astarte_device_sdk/astarte.h index 34528b2c..1e292a51 100644 --- a/include/astarte_device_sdk/astarte.h +++ b/include/astarte_device_sdk/astarte.h @@ -21,6 +21,6 @@ /** @brief Minor version number */ #define ASTARTE_DEVICE_SDK_MINOR 7 /** @brief Patch version number */ -#define ASTARTE_DEVICE_SDK_PATCH 0 +#define ASTARTE_DEVICE_SDK_PATCH 1 #endif // ASTARTE_DEVICE_SDK_ASTARTE_H