File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
examples/edgehog_app/main Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased ]
7+ ## [ 0.8.0 ] - 2024-09-04
88### Changed
99- Bump Astarte Device SDK to v1.3.1.
1010
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ description: Example Edgehog application
2222dependencies :
2323 idf : " >=4.4"
2424 edgehog-device-manager/edgehog-esp32-device :
25- version : " 0.7.1 "
25+ version : " 0.8.0 "
2626 override_path : ' ../../../' # three levels up, pointing the directory with the component itself
Original file line number Diff line number Diff line change 1818# SPDX-License-Identifier: Apache-2.0
1919#
2020
21- version : " 0.7.1 "
21+ version : " 0.8.0 "
2222description : Edgehog Device ESP32 SDK
2323repository : " https://github.com/edgehog-device-manager/edgehog-esp32-device.git"
2424url : " https://edgehog.io/"
Original file line number Diff line number Diff line change 2727
2828#define RUNTIME_NAME "edgehog-esp32-device"
2929#define RUNTIME_URL "https://github.com/edgehog-device-manager/edgehog-esp32-device"
30- #define RUNTIME_VERSION "0.7.1 "
30+ #define RUNTIME_VERSION "0.8.0 "
3131
3232static const char * TAG = "EDGEHOG_RUNTIME_INFO" ;
3333
You can’t perform that action at this time.
0 commit comments