File tree Expand file tree Collapse file tree 4 files changed +20
-2
lines changed
Expand file tree Collapse file tree 4 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.10.1] ( https://github.com/frankmcsherry/columnar/compare/columnar-v0.10.0...columnar-v0.10.1 ) - 2025-08-15
11+
12+ ### Other
13+
14+ - Merge pull request #65 from antiguru/support_char
15+ - Update lib.rs
16+ - Support chars
17+ - Fix name collisions and unprefixed columnar mentions
18+ - Encode u128/u128 as [ u8; 16]
19+ - Update to Rust 1.89
20+
1021## [ 0.10.0] ( https://github.com/frankmcsherry/columnar/compare/columnar-v0.9.0...columnar-v0.10.0 ) - 2025-08-05
1122
1223### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " columnar"
3- version = " 0.10.0 "
3+ version = " 0.10.1 "
44authors = [" Frank McSherry <fmcsherry@me.com>" ]
55description = " Conversion from arrays of complex structs to simple structs of arrays"
66edition = " 2021"
Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.10.1] ( https://github.com/frankmcsherry/columnar/compare/columnar_derive-v0.10.0...columnar_derive-v0.10.1 ) - 2025-08-15
11+
12+ ### Other
13+
14+ - Export bytemuck crate
15+ - Fix name collisions and unprefixed columnar mentions
16+
1017## [ 0.10.0] ( https://github.com/frankmcsherry/columnar/compare/columnar_derive-v0.3.0...columnar_derive-v0.10.0 ) - 2025-08-05
1118
1219### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " columnar_derive"
3- version = " 0.10.0 "
3+ version = " 0.10.1 "
44authors = [" Frank McSherry <fmcsherry@me.com>" ]
55description = " Derive macros for columnar crate"
66edition = " 2021"
You can’t perform that action at this time.
0 commit comments