Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@folkertdev folkertdev released this 16 Apr 10:55
· 7 commits to main since this release
v0.2.0
d5ad4df

This is technically a breaking change, but unless you rely on rust exporting C symbols, you should not run into any issues when upgrading.

highlights

the export-symbols feature now controls whether C symbols are exported. This feature is off by default (that is why this is a breaking change; the behavior of earlier versions was to export those symbols). For rust users that is almost certainly the correct default, because it means libbzip2-rs can be used together with stock bzip2 in the same project. This should fix some issues with symbol clashes between bzip2-sys and libbzip2-sys.

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.2.0