Skip to content

Commit

Permalink
Merge pull request #196 from sorru94/prepare-1.3
Browse files Browse the repository at this point in the history
Prepare release v1.3.0
  • Loading branch information
harlem88 authored Dec 18, 2023
2 parents c280c0a + 2ebfbf4 commit e2f3894
Show file tree
Hide file tree
Showing 3 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).

## [Unreleased]
## [1.3.0] - 2023-12-18
### Added
- `user_data` field is added to the `astarte_device_config_t` and `astarte_device_*_event_t`
structs. This field can be used to pass user data to callback functions.
Expand Down
2 changes: 1 addition & 1 deletion doc/docmain.dox
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @mainpage Astarte Device SDK ESP32 Documentation

@version 1.2.99
@version 1.3.0

* The Astarte device SDK allows connecting an ESP32 device to Astarte.
*
Expand Down
4 changes: 2 additions & 2 deletions include/astarte.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

// Version information
#define ASTARTE_DEVICE_SDK_MAJOR 1
#define ASTARTE_DEVICE_SDK_MINOR 2
#define ASTARTE_DEVICE_SDK_PATCH 99
#define ASTARTE_DEVICE_SDK_MINOR 3
#define ASTARTE_DEVICE_SDK_PATCH 0

// clang-format off

Expand Down

0 comments on commit e2f3894

Please sign in to comment.