Skip to content

Commit 03d0d75

Browse files
Merge pull request #69 from frankmcsherry/release-plz-2025-09-29T14-28-01Z
chore: release v0.11.0
2 parents 0153747 + 4695a3c commit 03d0d75

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.11.0](https://github.com/frankmcsherry/columnar/compare/columnar-v0.10.2...columnar-v0.11.0) - 2025-09-29
11+
12+
### Other
13+
14+
- Merge pull request #62 from frankmcsherry/dependabot/github_actions/actions/checkout-5
15+
- Update src/lib.rs
16+
- Introduce Borrow trait
17+
1018
## [0.10.2](https://github.com/frankmcsherry/columnar/compare/columnar-v0.10.1...columnar-v0.10.2) - 2025-09-16
1119

1220
### Other

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "columnar"
3-
version = "0.10.2"
3+
version = "0.11.0"
44
authors = ["Frank McSherry <fmcsherry@me.com>"]
55
description = "Conversion from arrays of complex structs to simple structs of arrays"
66
edition = "2021"
@@ -19,7 +19,7 @@ members = ["columnar_derive"]
1919
serde = { version = "1.0", optional = true, features = ["derive"] }
2020
smallvec = { version = "1.13.2", features = ["const_generics"] }
2121
bytemuck = { version = "1.20", features = ["min_const_generics"] }
22-
columnar_derive = { path = "columnar_derive", version = "0.10" }
22+
columnar_derive = { path = "columnar_derive", version = "0.11" }
2323

2424
[dev-dependencies]
2525
bencher = "0.1.5"

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.11.0](https://github.com/frankmcsherry/columnar/compare/columnar_derive-v0.10.2...columnar_derive-v0.11.0) - 2025-09-29
11+
12+
### Other
13+
14+
- Introduce Borrow trait
15+
1016
## [0.10.1](https://github.com/frankmcsherry/columnar/compare/columnar_derive-v0.10.0...columnar_derive-v0.10.1) - 2025-08-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.10.2"
3+
version = "0.11.0"
44
authors = ["Frank McSherry <fmcsherry@me.com>"]
55
description = "Derive macros for columnar crate"
66
edition = "2021"

0 commit comments

Comments
 (0)