File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.10.2] ( https://github.com/frankmcsherry/columnar/compare/columnar-v0.10.1...columnar-v0.10.2 ) - 2025-09-16
11+
12+ ### Other
13+
14+ - Rust 1.79 compat
15+ - pub mod
16+ - Just a single newtype
17+ - Support boxed types
18+
1019## [ 0.10.1] ( https://github.com/frankmcsherry/columnar/compare/columnar-v0.10.0...columnar-v0.10.1 ) - 2025-08-15
1120
1221### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " columnar"
3- version = " 0.10.1 "
3+ version = " 0.10.2 "
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 11[package ]
22name = " columnar_derive"
3- version = " 0.10.1 "
3+ version = " 0.10.2 "
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