Releases: hivellm/transmutation
v0.3.2
v0.3.2 - Bugfix Release
Fixes build failures when using transmutation as a library dependency and improves error messages for the docling-ffi feature.
Fixed
Duplicate resource error on Windows (#3): winres resource compilation is now gated behind the cli feature, preventing duplicate resource link errors when transmutation is used as a library dependency in projects that embed their own Windows resources.
Cryptic linker error for docling-ffi on macOS/Linux (#2): Added explicit library existence checks for macOS (.dylib) and Linux (.so), matching the pattern already used on Windows. The build now fails early with actionable instructions instead of an unhelpful ld: library 'docling_ffi' not found.
Upgrade
cargo update transmutation
Full changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
chore: remove .claude from tracking
v0.2.0
chore(release): cut 0.2.0