Releases: frankmcsherry/columnar
Releases · frankmcsherry/columnar
columnar_derive-v0.11.1
Other
- Introduce Borrow trait
columnar-v0.11.1
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
Other
- Introduce Borrow trait
columnar-v0.11.0
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
Other
- Export bytemuck crate
- Fix name collisions and unprefixed columnar mentions
columnar-v0.10.2
Other
- Rust 1.79 compat
- pub mod
- Just a single newtype
- Support boxed types
columnar_derive-v0.10.1
Other
- Export bytemuck crate
- Fix name collisions and unprefixed columnar mentions
columnar-v0.10.1
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
Other
- Add Container::reserve_for
columnar-v0.10.0
Other
- Sync columnar and columnar_derive versions
- Add Container::reserve_for