Skip to content

Releases: frankmcsherry/columnar

columnar_derive-v0.11.1

17 Jan 19:17
612e7ae

Choose a tag to compare

Other

  • Introduce Borrow trait

columnar-v0.11.1

17 Jan 19:18
612e7ae

Choose a tag to compare

Other

  • Re-add broken roaring, to avoid semver break
  • Split lib.rs into many files
  • Remove bytes.rs
  • Remove rmp-serde as problematic
  • Introduce Stash container
  • Bump actions/checkout from 5 to 6

columnar_derive-v0.11.0

23 Oct 14:06
4695a3c

Choose a tag to compare

Other

  • Introduce Borrow trait

columnar-v0.11.0

23 Oct 14:06
4695a3c

Choose a tag to compare

Other

  • Merge pull request #62 from frankmcsherry/dependabot/github_actions/actions/checkout-5
  • Update src/lib.rs
  • Introduce Borrow trait

columnar_derive-v0.10.2

17 Sep 13:53
2452ba4

Choose a tag to compare

Other

  • Export bytemuck crate
  • Fix name collisions and unprefixed columnar mentions

columnar-v0.10.2

17 Sep 13:54
2452ba4

Choose a tag to compare

Other

  • Rust 1.79 compat
  • pub mod
  • Just a single newtype
  • Support boxed types

columnar_derive-v0.10.1

15 Aug 17:55
053c6f3

Choose a tag to compare

Other

  • Export bytemuck crate
  • Fix name collisions and unprefixed columnar mentions

columnar-v0.10.1

15 Aug 17:56
053c6f3

Choose a tag to compare

Other

  • Merge pull request #65 from antiguru/support_char
  • Update lib.rs
  • Support chars
  • Fix name collisions and unprefixed columnar mentions
  • Encode u128/u128 as [u8; 16]
  • Update to Rust 1.89

columnar_derive-v0.10.0

05 Aug 16:06
88e98ff

Choose a tag to compare

Other

  • Add Container::reserve_for

columnar-v0.10.0

05 Aug 16:06
88e98ff

Choose a tag to compare

Other

  • Sync columnar and columnar_derive versions
  • Add Container::reserve_for