File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 11[package ]
22name = " azure-iot-sdk-sys"
3- version = " 0.2.0 "
4- edition = " 2018 "
3+ version = " 0.2.1 "
4+ edition = " 2021 "
55authors = [" Joerg Zeidler <joerg.zeidler@conplement.de>" , " Jan Zachmann <jan.zachmann@conplement.de>" ]
66build = " build.rs"
77repository = " https://github.com/ICS-DeviceManagement/azure-iot-sdk-sys"
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments