awslabs / aws-crt-cpp

C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
Apache License 2.0
76 stars 67 forks source link

Add a method to report library version from ApiHandle #579

Closed SergeyRyabinin closed 10 months ago

SergeyRyabinin commented 10 months ago

Issue #, if available: CRT-CPP package does not expose it's version. Description of changes: Add a method that will return the version declared at the build time.

update: update clang format

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.