Skip to content

Commit bf3b9a0

Browse files
Merge pull request #32 from frankmcsherry/release-plz-2025-02-10T01-05-44Z
chore: release
2 parents 91a7777 + ebf0eed commit bf3b9a0

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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.4.0](https://github.com/frankmcsherry/columnar/compare/columnar-v0.3.0...columnar-v0.4.0) - 2025-03-24
11+
12+
### Other
13+
14+
- Documentation, better formatting
15+
- Custom chains to force inlining
16+
- Extend Container trait bounds
17+
- Merge pull request #29 from frankmcsherry/iterators_formatters
18+
- Respond to PR feedback
19+
- Add support for iterators and formatters
20+
1021
## [0.3.0](https://github.com/frankmcsherry/columnar/compare/columnar-v0.2.2...columnar-v0.3.0) - 2025-02-09
1122

1223
### Other

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "columnar"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Frank McSherry <fmcsherry@me.com>"]
55
description = "Conversion from arrays of complex structs to simple structs of arrays"
66
edition = "2021"

columnar_derive/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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.3](https://github.com/frankmcsherry/columnar/compare/columnar_derive-v0.2.2...columnar_derive-v0.2.3) - 2025-03-24
11+
12+
### Other
13+
14+
- Custom chains to force inlining
15+
1016
## [0.2.2](https://github.com/frankmcsherry/columnar/compare/columnar_derive-v0.2.1...columnar_derive-v0.2.2) - 2025-01-15
1117

1218
### Other

columnar_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "columnar_derive"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
authors = ["Frank McSherry <fmcsherry@me.com>"]
55
description = "Derive macros for columnar crate"
66
edition = "2021"

0 commit comments

Comments
 (0)