Skip to content

v0.5.0 - 2026/03/31

Choose a tag to compare

@VPRamon VPRamon released this 08 Apr 21:59
· 100 commits to main since this release

What's Changed

  • Update dependencies and documentation across the qtty workspace by @VPRamon in #21

Full Changelog: v0.4.0...v0.5.0

[0.5.0] - 2026-03-31

Removed

  • Removed the string-based qtty-ffi JSON serialization entry points:
    • qtty_quantity_to_json_value / qtty_quantity_from_json_value
    • qtty_quantity_to_json / qtty_quantity_from_json
    • qtty_derived_to_json / qtty_derived_from_json
    • qtty_string_free

Changed

  • qtty-ffi now exposes a POD-only FFI surface for quantity carriers; callers should pass qtty_quantity_t and qtty_derived_quantity_t directly instead of string payloads.