Skip to content

Commit

Permalink
Merge pull request #107 from harlem88/prepare-0.8.1
Browse files Browse the repository at this point in the history
Prepare v0.8.1 release
  • Loading branch information
sorru94 authored Sep 6, 2024
2 parents 6671249 + 71a5028 commit 4c22f8a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.8.1] - 2024-09-06

## [0.8.0] - 2024-09-04
### Changed
- Bump Astarte Device SDK to v1.3.1.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Follow the
### 3 - Create a New Project from the edgehog_app example

```bash
idf.py create-project-from-example "edgehog-device-manager/edgehog-esp32-device^0.8.0:edgehog_app"
idf.py create-project-from-example "edgehog-device-manager/edgehog-esp32-device^0.8.1:edgehog_app"
```

### 4 - Build project
Expand Down
2 changes: 1 addition & 1 deletion examples/edgehog_app/main/idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ description: Example Edgehog application
dependencies:
idf: ">=4.4"
edgehog-device-manager/edgehog-esp32-device:
version: "0.8.0"
version: "0.8.1"
override_path: '../../../' # three levels up, pointing the directory with the component itself
2 changes: 1 addition & 1 deletion idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# SPDX-License-Identifier: Apache-2.0
#

version: "0.8.0"
version: "0.8.1"
description: Edgehog Device ESP32 SDK
repository: "https://github.com/edgehog-device-manager/edgehog-esp32-device.git"
url: "https://edgehog.io/"
Expand Down
2 changes: 1 addition & 1 deletion src/edgehog_runtime_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#define RUNTIME_NAME "edgehog-esp32-device"
#define RUNTIME_URL "https://github.com/edgehog-device-manager/edgehog-esp32-device"
#define RUNTIME_VERSION "0.8.0"
#define RUNTIME_VERSION "0.8.1"

static const char *TAG = "EDGEHOG_RUNTIME_INFO";

Expand Down

0 comments on commit 4c22f8a

Please sign in to comment.