Skip to content

Commit e8d59fc

Browse files
Update readme for GA, and dependencies to latest crt. (#76)
* Update readme for GA, and dependencies to latest crt.
1 parent 48b7fe8 commit e8d59fc

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@
22

33
Next generation AWS IoT Client SDK for C++.
44

5-
This project is in **DEVELOPER PREVIEW** while we gather feedback on
6-
interfaces and use cases. Please file issues and feature requests.
7-
Expect breaking API changes as we incorporate feedback.
8-
Until this project is promoted to General Availability, we advise you use the
9-
[previous SDK](https://github.com/aws/aws-iot-device-sdk-cpp)
10-
for a stable development environment.
5+
This project is in **GENERAL AVAILABILITY**. If you have any issues or feature
6+
requests, please file an issue or pull request.
117

128
This SDK is built on the AWS Common Runtime, a collection of libraries
139
([aws-c-common](https://github.com/awslabs/aws-c-common),

aws-common-runtime/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ set(AWS_DEPS_DOWNLOAD_DIR "${AWS_DEPS_BUILD_DIR}/downloads" CACHE PATH "Dependen
1818
message("install dir ${AWS_DEPS_INSTALL_DIR}")
1919

2020
set(AWS_CRT_CPP_URL "https://github.com/awslabs/aws-crt-cpp.git")
21-
set(AWS_CRT_CPP_SHA "v0.6.3")
21+
set(AWS_CRT_CPP_SHA "v0.6.5")
2222
include(BuildAwsCrtCpp)

0 commit comments

Comments
 (0)