File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ authors = [
88 " Jorge Leitao <jorgecarleitao@gmail.com>" ,
99 " Chandra Penke <chandrapenke@gmail.com>" ,
1010]
11- version = " 0.11.3 "
11+ version = " 0.11.4 "
1212edition = " 2021"
1313license = " Apache-2.0 OR MIT"
1414keywords = [" Arrow" , " arrow" ]
1515repository = " https://github.com/Swoorup/arrow-convert"
1616
1717[workspace .dependencies ]
18- arrow_convert = { path = " arrow_convert" , version = " 0.11.3 " }
19- arrow_convert_derive = { path = " arrow_convert_derive" , version = " 0.11.3 " }
18+ arrow_convert = { path = " arrow_convert" , version = " 0.11.4 " }
19+ arrow_convert_derive = { path = " arrow_convert_derive" , version = " 0.11.4 " }
2020
2121arrow = { version = " 57" , default-features = false }
2222arrow-array = { version = " 57" }
Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.11.4] ( https://github.com/Swoorup/arrow-convert/compare/arrow_convert-v0.11.3...arrow_convert-v0.11.4 ) - 2026-02-10
11+
12+ ### Added
13+
14+ - add serialization test for list element name and metadata support
15+
16+ ### Other
17+
18+ - Merge pull request #37 from Swoorup/sj-metadata-support
19+
1020## [ 0.11.3] ( https://github.com/Swoorup/arrow-convert/compare/arrow_convert-v0.11.2...arrow_convert-v0.11.3 ) - 2026-02-10
1121
1222### Added
Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.11.4] ( https://github.com/Swoorup/arrow-convert/compare/arrow_convert_derive-v0.11.3...arrow_convert_derive-v0.11.4 ) - 2026-02-10
11+
12+ ### Added
13+
14+ - add serialization test for list element name and metadata support
15+
16+ ### Other
17+
18+ - Merge pull request #37 from Swoorup/sj-metadata-support
19+
1020## [ 0.11.3] ( https://github.com/Swoorup/arrow-convert/compare/arrow_convert_derive-v0.11.2...arrow_convert_derive-v0.11.3 ) - 2026-02-10
1121
1222### Added
You can’t perform that action at this time.
0 commit comments