Skip to content

Commit 88e7f8c

Browse files
authored
added device twin wrapper (#4)
* added device twin wrapper
1 parent e547935 commit 88e7f8c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.1] Q1 2022
9+
- added iothub_device_client_ll.h for device twin access
10+
811
## [0.2.0] Q1 2022
912
- removed identity service
1013
- renamed package and repo to azure-iot-sdk-sys

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "azure-iot-sdk-sys"
3-
version = "0.2.0"
4-
edition = "2018"
3+
version = "0.2.1"
4+
edition = "2021"
55
authors = ["Joerg Zeidler <joerg.zeidler@conplement.de>", "Jan Zachmann <jan.zachmann@conplement.de>"]
66
build = "build.rs"
77
repository = "https://github.com/ICS-DeviceManagement/azure-iot-sdk-sys"

wrapper.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
#include <azureiot/iothub_client.h>
33
#include <azureiot/iothub_message.h>
44
#include <azureiot/iothub_module_client_ll.h>
5+
#include <azureiot/iothub_device_client_ll.h>
56
#include <azureiot/iothubtransportmqtt.h>

0 commit comments

Comments
 (0)