We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f311d5 + a388c95 commit 3e2d33bCopy full SHA for 3e2d33b
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.4.1](https://github.com/frankmcsherry/columnar/compare/columnar-v0.4.0...columnar-v0.4.1) - 2025-03-24
11
+
12
+### Other
13
14
+- Rust 1.78 tested
15
16
## [0.4.0](https://github.com/frankmcsherry/columnar/compare/columnar-v0.3.0...columnar-v0.4.0) - 2025-03-24
17
18
### Other
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "columnar"
3
-version = "0.4.0"
+version = "0.4.1"
4
authors = ["Frank McSherry <fmcsherry@me.com>"]
5
description = "Conversion from arrays of complex structs to simple structs of arrays"
6
edition = "2021"
0 commit comments