Skip to content

Commit 053c6f3

Browse files
chore: release v0.10.1
1 parent e1d1472 commit 053c6f3

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-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.10.1](https://github.com/frankmcsherry/columnar/compare/columnar-v0.10.0...columnar-v0.10.1) - 2025-08-15
11+
12+
### Other
13+
14+
- Merge pull request #65 from antiguru/support_char
15+
- Update lib.rs
16+
- Support chars
17+
- Fix name collisions and unprefixed columnar mentions
18+
- Encode u128/u128 as [u8; 16]
19+
- Update to Rust 1.89
20+
1021
## [0.10.0](https://github.com/frankmcsherry/columnar/compare/columnar-v0.9.0...columnar-v0.10.0) - 2025-08-05
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.10.0"
3+
version = "0.10.1"
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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.1](https://github.com/frankmcsherry/columnar/compare/columnar_derive-v0.10.0...columnar_derive-v0.10.1) - 2025-08-15
11+
12+
### Other
13+
14+
- Export bytemuck crate
15+
- Fix name collisions and unprefixed columnar mentions
16+
1017
## [0.10.0](https://github.com/frankmcsherry/columnar/compare/columnar_derive-v0.3.0...columnar_derive-v0.10.0) - 2025-08-05
1118

1219
### 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.0"
3+
version = "0.10.1"
44
authors = ["Frank McSherry <fmcsherry@me.com>"]
55
description = "Derive macros for columnar crate"
66
edition = "2021"

0 commit comments

Comments
 (0)