File tree Expand file tree Collapse file tree 4 files changed +17
-2
lines changed
Expand file tree Collapse file tree 4 files changed +17
-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.5.1] ( https://github.com/frankmcsherry/columnar/compare/columnar-v0.5.0...columnar-v0.5.1 ) - 2025-06-13
11+
12+ ### Other
13+
14+ - Make Ref Copy, add as_slice
15+ - Optimization to help Rust do the right thing
16+ - Add iterator slice hint and implement ExactSizeIterator
17+ - Support for smallvec
18+
1019## [ 0.5.0] ( https://github.com/frankmcsherry/columnar/compare/columnar-v0.4.1...columnar-v0.5.0 ) - 2025-05-09
1120
1221### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " columnar"
3- version = " 0.5.0 "
3+ version = " 0.5.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,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.2.4] ( https://github.com/frankmcsherry/columnar/compare/columnar_derive-v0.2.3...columnar_derive-v0.2.4 ) - 2025-06-13
11+
12+ ### Other
13+
14+ - Optimization to help Rust do the right thing
15+
1016## [ 0.2.3] ( https://github.com/frankmcsherry/columnar/compare/columnar_derive-v0.2.2...columnar_derive-v0.2.3 ) - 2025-03-24
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " columnar_derive"
3- version = " 0.2.3 "
3+ version = " 0.2.4 "
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