Releases: libcdio/libcdio-sys
Releases · libcdio/libcdio-sys
Release list
Version 3.0.0
Immutable
release. Only release title and notes can be modified.
3.0.0 - 2026-8-21
Added
- Add
vendoredfeature for building libcdio itself together with libcdio-sys. (#10, #11)- The version number of the crate now reflects the version of libcdio it bundles. See the README for details.
- Set
package.linksin theCargo.tomlto avoid duplicate symbols across crates. (#9)
Note: the upstream repository is now https://github.com/libcdio/libcdio-sys.
Version 2.0.0
2.0.0 - 2025-12-30
Changed:
- Breaking: make pkg-config a requirement to build this crate by default. See the README for more details.
- Breaking: always use the standard
booltype instead of libcdio's own bool type (which bindgen doesn't understand).
Version 1.0.0
Changed
- Breaking: remove the
cdiofeature. It is always enabled now. - Breaking: only generate bindings for symbols defined by libcdio.
- Breaking: switch to Rust edition 2024.
- Update
bindgento version 0.72.
Added
- Add support for libcdio-paranoia.
Fixed
- Make Cargo rebuild the crate when the libcdio headers are modified.
Version 0.5.2
Changes:
- Updated
bindgento 0.71.
Version 0.5.1
Changes:
- Updated
bindgento 0.69.
Version 0.5.0
Changes:
- Updated
bindgento version 0.63 - Enabled deriving the
Debugtrait through bindgen
docs.rs rebuild #2
Same as v0.4.0. This release is just meant to trigger a rebuild of the documentation.
docs.rs rebuild
Same as v0.4.0. This release is just meant to trigger a rebuild of the documentation.
Version 0.4.0
Update bindgen to version 0.55.1 (#2, by @patrickp89).