Skip to content

Commit 281f558

Browse files
authored
Merge pull request #74 from harlem88/prepare-0.6
Prepare release v0.6.0
2 parents 853f51e + 02a8223 commit 281f558

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
@@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file.
99
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/)
1010
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
1111

12-
## [Unreleased]
12+
## [0.6.0] - 2024-09-12
1313
### Added
1414
- Add support for `io.edgehog.devicemanager.SystemStatus` interface.
1515
- Add support for `io.edgehog.devicemanager.StorageUsage` interface.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Second, a new entry should be added to the projects list:
5151
remote: secomind
5252
repo-path: edgehog-zephyr-device.git
5353
path: edgehog-zephyr-device
54-
revision: main
54+
revision: v0.6.0
5555
```
5656
Remember to run `west update` after performing changes to the manifest file.
5757

doc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project(Edgehog-Device-Doc LANGUAGES)
77

88
set(MIN_WEST_VERSION 1.0.0)
99

10-
set(Edgehog_Device_VERSION 0.5.0)
10+
set(Edgehog_Device_VERSION 0.6.0)
1111

1212
message(STATUS "Zephyr base: ${EDGEHOG_DEVICE_BASE}")
1313
message(STATUS "Documentation tag: ${DOC_TAG}")

include/edgehog_device/device.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/** @brief Major version number */
2727
#define EDGEHOG_DEVICE_MAJOR 0
2828
/** @brief Minor version number */
29-
#define EDGEHOG_DEVICE_MINOR 5
29+
#define EDGEHOG_DEVICE_MINOR 6
3030
/** @brief Patch version number */
3131
#define EDGEHOG_DEVICE_PATCH 0
3232

0 commit comments

Comments
 (0)