Skip to content

Commit aabf9a0

Browse files
authored
Merge pull request #105 from sorru94/prepare-0.8.0
Prepare release v0.8.0
2 parents d5952f6 + 8359f1d commit aabf9a0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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-
## [Unreleased]
7+
## [0.8.0] - 2024-09-04
88
### Changed
99
- Bump Astarte Device SDK to v1.3.1.
1010

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.7.1"
25+
version: "0.8.0"
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.7.1"
21+
version: "0.8.0"
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.7.1"
30+
#define RUNTIME_VERSION "0.8.0"
3131

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

0 commit comments

Comments
 (0)