Skip to content

Releases: hivellm/transmutation

v0.3.2

28 Feb 06:12

Choose a tag to compare

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

06 Dec 18:13

Choose a tag to compare

  • Fix - #1

v0.3.0

06 Dec 17:48

Choose a tag to compare

chore: remove .claude from tracking

v0.2.0

08 Nov 00:18

Choose a tag to compare

chore(release): cut 0.2.0