Releases: awslabs/aws-c-compression
Releases · awslabs/aws-c-compression
v0.3.0
clang-format 18
What's Changed
Full Changelog: v0.2.18...v0.2.19
v0.2.18
What's Changed
- add github templates and bots by @jmklix in #61
- Fix compiler warning by @graebm in #62
- added workflow for handling answerable discussions by @yasminetalby in #65
- BUILDER_VERSION: v0.9.55 by @graebm in #66
New Contributors
- @jmklix made their first contribution in #61
- @yasminetalby made their first contribution in #65
Full Changelog: v0.2.17...v0.2.18
v0.2.17
Fix C++ One Definition Rule (ODR) Violations
What's Changed
- Add AppVerifier to CI by @TwistedTwigleg in #56
- Fix C++ One Definition Rules (ODR) Violations by @graebm in #58
New Contributors
- @TwistedTwigleg made their first contribution in #56
Full Changelog: v0.2.15...v0.2.16
Allow mix of static and shared libs
Testing header refactor
- Move and rename the huffman testing header so that CRTs (nodejs) that package the submodule dependency source can more reliably build from the packaged source.
Fix build warnings affecting downstream projects
v0.2.13 fix build warnings (#48)
Moved test code out of header-only configuration
v0.2.12 Moved .inl test symbols into source file, fixes downstream swift buil…