From 71a502840d282e0e849a085d0db9095e891e3a6f Mon Sep 17 00:00:00 2001 From: Antonio Gisondi Date: Fri, 6 Sep 2024 10:49:39 +0200 Subject: [PATCH] Prepare v0.8.1 release Signed-off-by: Antonio Gisondi --- CHANGELOG.md | 3 +++ README.md | 2 +- examples/edgehog_app/main/idf_component.yml | 2 +- idf_component.yml | 2 +- src/edgehog_runtime_info.c | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca611c9..1e5fc42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.8.1] - 2024-09-06 + ## [0.8.0] - 2024-09-04 ### Changed - Bump Astarte Device SDK to v1.3.1. diff --git a/README.md b/README.md index 0c4f152..2e7bf31 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Follow the ### 3 - Create a New Project from the edgehog_app example ```bash -idf.py create-project-from-example "edgehog-device-manager/edgehog-esp32-device^0.8.0:edgehog_app" +idf.py create-project-from-example "edgehog-device-manager/edgehog-esp32-device^0.8.1:edgehog_app" ``` ### 4 - Build project diff --git a/examples/edgehog_app/main/idf_component.yml b/examples/edgehog_app/main/idf_component.yml index 9117d17..569573a 100644 --- a/examples/edgehog_app/main/idf_component.yml +++ b/examples/edgehog_app/main/idf_component.yml @@ -22,5 +22,5 @@ description: Example Edgehog application dependencies: idf: ">=4.4" edgehog-device-manager/edgehog-esp32-device: - version: "0.8.0" + version: "0.8.1" override_path: '../../../' # three levels up, pointing the directory with the component itself diff --git a/idf_component.yml b/idf_component.yml index fb7d412..004e9e6 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -18,7 +18,7 @@ # SPDX-License-Identifier: Apache-2.0 # -version: "0.8.0" +version: "0.8.1" description: Edgehog Device ESP32 SDK repository: "https://github.com/edgehog-device-manager/edgehog-esp32-device.git" url: "https://edgehog.io/" diff --git a/src/edgehog_runtime_info.c b/src/edgehog_runtime_info.c index 6c81e7e..da744f6 100644 --- a/src/edgehog_runtime_info.c +++ b/src/edgehog_runtime_info.c @@ -27,7 +27,7 @@ #define RUNTIME_NAME "edgehog-esp32-device" #define RUNTIME_URL "https://github.com/edgehog-device-manager/edgehog-esp32-device" -#define RUNTIME_VERSION "0.8.0" +#define RUNTIME_VERSION "0.8.1" static const char *TAG = "EDGEHOG_RUNTIME_INFO";