Skip to content

Releases: libcdio/libcdio-sys

Version 3.0.0

Choose a tag to compare

@MonterraByte MonterraByte released this 21 Aug 14:03
Immutable release. Only release title and notes can be modified.
v3.0.0+2.4.0p2.0.2
d8f17a5

3.0.0 - 2026-8-21

Added

  • Add vendored feature 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.links in the Cargo.toml to avoid duplicate symbols across crates. (#9)

Note: the upstream repository is now https://github.com/libcdio/libcdio-sys.

Version 2.0.0

Choose a tag to compare

@MonterraByte MonterraByte released this 30 Dec 21:01
v2.0.0
87a8ec3

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 bool type instead of libcdio's own bool type (which bindgen doesn't understand).

Version 1.0.0

Choose a tag to compare

@MonterraByte MonterraByte released this 11 Jun 03:46
v1.0.0
b8d7800

Changed

  • Breaking: remove the cdio feature. It is always enabled now.
  • Breaking: only generate bindings for symbols defined by libcdio.
  • Breaking: switch to Rust edition 2024.
  • Update bindgen to version 0.72.

Added

Fixed

  • Make Cargo rebuild the crate when the libcdio headers are modified.

Version 0.5.2

Choose a tag to compare

@MonterraByte MonterraByte released this 09 Dec 17:29
c3c316a

Changes:

Version 0.5.1

Choose a tag to compare

@MonterraByte MonterraByte released this 02 Jun 00:27
82bb6bf

Changes:

Version 0.5.0

Choose a tag to compare

@MonterraByte MonterraByte released this 11 Jan 17:02

Changes:

  • Updated bindgen to version 0.63
  • Enabled deriving the Debug trait through bindgen

docs.rs rebuild #2

Choose a tag to compare

@MonterraByte MonterraByte released this 03 Sep 20:08

Same as v0.4.0. This release is just meant to trigger a rebuild of the documentation.

docs.rs rebuild

Choose a tag to compare

@MonterraByte MonterraByte released this 30 Aug 17:10

Same as v0.4.0. This release is just meant to trigger a rebuild of the documentation.

Version 0.4.0

Choose a tag to compare

@MonterraByte MonterraByte released this 30 Aug 14:18

Update bindgen to version 0.55.1 (#2, by @patrickp89).

Version 0.3.0

Choose a tag to compare

@MonterraByte MonterraByte released this 08 May 19:54

Update bindgen to version 0.49 (f70ef18).