Skip to content

Commit 7e69d74

Browse files
authored
Merge pull request #93 from harlem88/prepare-0.7.1
Prepare 0.7.1 release
2 parents f520c21 + 6b626b3 commit 7e69d74

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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+
## [0.7.1] - 2023-09-19
8+
### Changed
9+
- Bump Astarte Device SDK to v1.1.3.
10+
711
## [0.7.0] - 2023-06-01
812
### Added
913
- Add support to ESP-IDF v5.0.

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.0"
21+
version: "0.7.1"
2222
description: Edgehog Device ESP32 SDK
2323
url: https://github.com/edgehog-device-manager/edgehog-esp32-device.git
2424
dependencies:

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.0"
30+
#define RUNTIME_VERSION "0.7.1"
3131

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

0 commit comments

Comments
 (0)