The reason this release is semver-incompatible is the upgrade from jni 0.21 to 0.22, which should only affect Android targets (and substantially reuse dependency duplication). Additionally there are several fixes for behavior on Windows.
What's Changed
- update cc to fix regression during macabi build by @conradludgate in #209
- update real world certificates by @conradludgate in #207
- remove outdated oncecell comment by @conradludgate in #205
- fix confusing target doc cfg by @conradludgate in #210
- fix win7 crash due to CERT_CHAIN_ENGINE_CONFIG by @cstkingkey in #213
- try with extra roots when root is untrusted by @cstkingkey in #215
- remove nix flake, CI testing by @cpu in #225
- Update Android setup instructions to include library usecase examples by @skeet70 in #223
- Upgrade jni to 0.22 by @djc in #193