Skip to content

Commit

Permalink
Merge pull request #186 from sorru94/prepare-0.7.1
Browse files Browse the repository at this point in the history
Prepare release v0.7.1
  • Loading branch information
harlem88 authored Sep 11, 2024
2 parents 5d57532 + ac0eadf commit 5ecda40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.7.1] - Unreleased
## [0.7.1] - 2024-09-11
### Fixed
- Connection callback is correctly called also when session present is true.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Second, a new entry should be added to the projects list:
remote: secomind
repo-path: astarte-device-sdk-zephyr.git
path: astarte-device-sdk-zephyr
revision: v0.7.0
revision: v0.7.1
west-commands: scripts/west-commands.yml
import: true
```
Expand Down
2 changes: 1 addition & 1 deletion doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project(Astarte-Device-SDK-Doc LANGUAGES)

set(MIN_WEST_VERSION 1.0.0)

set(Astarte_Device_SDK_VERSION 0.7.0)
set(Astarte_Device_SDK_VERSION 0.7.1)

message(STATUS "Zephyr base: ${ASTARTE_DEVICE_SDK_BASE}")
message(STATUS "Documentation tag: ${DOC_TAG}")
Expand Down
2 changes: 1 addition & 1 deletion include/astarte_device_sdk/astarte.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
/** @brief Minor version number */
#define ASTARTE_DEVICE_SDK_MINOR 7
/** @brief Patch version number */
#define ASTARTE_DEVICE_SDK_PATCH 0
#define ASTARTE_DEVICE_SDK_PATCH 1

#endif // ASTARTE_DEVICE_SDK_ASTARTE_H

0 comments on commit 5ecda40

Please sign in to comment.