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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased ]
7
+ ## [ 0.8.0 ] - 2024-09-04
8
8
### Changed
9
9
- Bump Astarte Device SDK to v1.3.1.
10
10
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ description: Example Edgehog application
22
22
dependencies :
23
23
idf : " >=4.4"
24
24
edgehog-device-manager/edgehog-esp32-device :
25
- version : " 0.7.1 "
25
+ version : " 0.8.0 "
26
26
override_path : ' ../../../' # three levels up, pointing the directory with the component itself
Original file line number Diff line number Diff line change 18
18
# SPDX-License-Identifier: Apache-2.0
19
19
#
20
20
21
- version : " 0.7.1 "
21
+ version : " 0.8.0 "
22
22
description : Edgehog Device ESP32 SDK
23
23
repository : " https://github.com/edgehog-device-manager/edgehog-esp32-device.git"
24
24
url : " https://edgehog.io/"
Original file line number Diff line number Diff line change 27
27
28
28
#define RUNTIME_NAME "edgehog-esp32-device"
29
29
#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 "
31
31
32
32
static const char * TAG = "EDGEHOG_RUNTIME_INFO" ;
33
33
You can’t perform that action at this time.
0 commit comments