Skip to content

v1.1.0

Choose a tag to compare

@TethysSvensson TethysSvensson released this 02 Mar 19:48
· 41 commits to main since this release
060ffc7

[1.1.0] - 2025-03-02

Added

  • Bump the Minimum Support Rust Version (MSRV) to 1.75.0
  • The Primitive and VectorWrite traits are now marked as unsafe to remind implementers of alignment constraints
  • [Rust]: Add support for union vectors #287
  • Add support for displaying union vectors with planus view #287

Fixed

  • Added extra unsafe blocks to templates to fix warnings for the 2024 edition
  • Updated tests for the 2024 edition

Removed