File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed
Expand file tree Collapse file tree 4 files changed +16
-3
lines changed 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.0] ( https://github.com/frankmcsherry/columnar/compare/columnar-v0.9.0...columnar-v0.10.0 ) - 2025-08-05
11+
12+ ### Other
13+
14+ - Sync columnar and columnar_derive versions
15+ - Add Container::reserve_for
16+
1017## [ 0.8.0] ( https://github.com/frankmcsherry/columnar/compare/columnar-v0.7.0...columnar-v0.8.0 ) - 2025-07-05
1118
1219### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " columnar"
3- version = " 0.9 .0"
3+ version = " 0.10 .0"
44authors = [" Frank McSherry <fmcsherry@me.com>" ]
55description = " Conversion from arrays of complex structs to simple structs of arrays"
66edition = " 2021"
@@ -19,7 +19,7 @@ members = ["columnar_derive"]
1919serde = { version = " 1.0" , optional = true , features = [" derive" ] }
2020smallvec = { version = " 1.13.2" , features = [" const_generics" ] }
2121bytemuck = " 1.20"
22- columnar_derive = { path = " columnar_derive" , version = " 0.3 " }
22+ columnar_derive = { path = " columnar_derive" , version = " 0.10 " }
2323
2424[dev-dependencies ]
2525bencher = " 0.1.5"
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.10.0] ( https://github.com/frankmcsherry/columnar/compare/columnar_derive-v0.3.0...columnar_derive-v0.10.0 ) - 2025-08-05
11+
12+ ### Other
13+
14+ - Add Container::reserve_for
15+
1016## [ 0.2.7] ( https://github.com/frankmcsherry/columnar/compare/columnar_derive-v0.2.6...columnar_derive-v0.2.7 ) - 2025-07-05
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " columnar_derive"
3- version = " 0.3 .0"
3+ version = " 0.10 .0"
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