Skip to content

Commit

Permalink
Merge pull request #68 from bettio/prepare-1.0.0-rc.0
Browse files Browse the repository at this point in the history
Prepare v1.0.0-rc.0
  • Loading branch information
rbino authored May 10, 2021
2 parents 72e9c34 + 509003d commit 0f9871f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.0-rc.0] - Unreleased
## [1.0.0-rc.0] - 2021-05-10
### Changed
- `astarte_device_add_interface` **incompatible API change**, the caller now has to provide a
pointer to an `astarte_interface_t` struct.
Expand Down
4 changes: 2 additions & 2 deletions include/astarte.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
#define _ASTARTE_H_

// Version information
#define ASTARTE_DEVICE_SDK_MAJOR 0
#define ASTARTE_DEVICE_SDK_MINOR 100
#define ASTARTE_DEVICE_SDK_MAJOR 1
#define ASTARTE_DEVICE_SDK_MINOR 0
#define ASTARTE_DEVICE_SDK_PATCH 0

// clang-format off
Expand Down

0 comments on commit 0f9871f

Please sign in to comment.