Releases: awslabs/aws-c-sdkutils
Releases · awslabs/aws-c-sdkutils
Allow mix of static and shared libs
What's Changed
- load cmake target fallback by @TingDaoK in #11
- add readme by @DmitriyMusatkin in #12
New Contributors
- @bretambrose made their first contribution in #8
- @DmitriyMusatkin made their first contribution in #12
Full Changelog: v0.1.2...v0.1.3
allow multiple aws_sdkutils_library_init() calls
What's Changed
Full Changelog: v0.1.1...v0.1.2
Fix build for tests
- Bug fix for tests to build
Initial release with profile and ARN parsers
Imported aws_profile API (#3) * Imported aws_profile API from https://github.com/awslabs/aws-c-common/pull/841 * Improved docs and reference semantics as per PR feedback