File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed
examples/edgehog_app/main Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ 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
+
8
+ ## [ 0.8.1] - 2024-09-06
9
+
7
10
## [ 0.8.0] - 2024-09-04
8
11
### Changed
9
12
- Bump Astarte Device SDK to v1.3.1.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Follow the
25
25
### 3 - Create a New Project from the edgehog_app example
26
26
27
27
``` bash
28
- idf.py create-project-from-example " edgehog-device-manager/edgehog-esp32-device^0.8.0 :edgehog_app"
28
+ idf.py create-project-from-example " edgehog-device-manager/edgehog-esp32-device^0.8.1 :edgehog_app"
29
29
```
30
30
31
31
### 4 - Build project
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.8.0 "
25
+ version : " 0.8.1 "
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.8.0 "
21
+ version : " 0.8.1 "
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.8.0 "
30
+ #define RUNTIME_VERSION "0.8.1 "
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