Releases: awslabs/aws-crt-swift
Releases · awslabs/aws-crt-swift
0.3.1
What's Changed
- chore: Updates swiftlint and updates config to match other swift-sdk repos by @epau in #91
- chore: bump sdkutils to 0.1.6 by @ganeshnj in #94
New Contributors
- @epau made their first contribution in #91
Full Changelog: 0.3.0...0.3.1
0.2.0
full async/await support!
0.1.1
Updates to CRT modules which fix some underlying bugs in the c modules.
0.1.0
feat: build for watchos and tvos (#57)
0.0.14
feat: build for watchos and tvos (#57)
0.0.13
fix: mqtt connection bugs (#55)
* make closures public
* fix connect
* bug fix
* adjust callback code
* clean up pointers
* fix c pointer issue
* fix buld
* fix param order
* fix connection callback handlers
* fix initializer
* lint
* changes
* linter