Skip to content

Commit 4c22f8a

Browse files
authored
Merge pull request #107 from harlem88/prepare-0.8.1
Prepare v0.8.1 release
2 parents 6671249 + 71a5028 commit 4c22f8a

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
8+
## [0.8.1] - 2024-09-06
9+
710
## [0.8.0] - 2024-09-04
811
### Changed
912
- Bump Astarte Device SDK to v1.3.1.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Follow the
2525
### 3 - Create a New Project from the edgehog_app example
2626

2727
```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"
2929
```
3030

3131
### 4 - Build project

examples/edgehog_app/main/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ description: Example Edgehog application
2222
dependencies:
2323
idf: ">=4.4"
2424
edgehog-device-manager/edgehog-esp32-device:
25-
version: "0.8.0"
25+
version: "0.8.1"
2626
override_path: '../../../' # three levels up, pointing the directory with the component itself

idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# SPDX-License-Identifier: Apache-2.0
1919
#
2020

21-
version: "0.8.0"
21+
version: "0.8.1"
2222
description: Edgehog Device ESP32 SDK
2323
repository: "https://github.com/edgehog-device-manager/edgehog-esp32-device.git"
2424
url: "https://edgehog.io/"

src/edgehog_runtime_info.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
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.8.0"
30+
#define RUNTIME_VERSION "0.8.1"
3131

3232
static const char *TAG = "EDGEHOG_RUNTIME_INFO";
3333

0 commit comments

Comments
 (0)