From 67d782d9394451c3b2b4fb5d1cc874c266ac8d3a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:04:06 +0000 Subject: [PATCH] chore: release --- Cargo.toml | 6 +++--- arrow_convert/CHANGELOG.md | 16 ++++++++++++++++ arrow_convert_derive/CHANGELOG.md | 7 +++++++ 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a91e539..3664fbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = [ "Jorge Leitao ", "Chandra Penke ", ] -version = "0.7.0" +version = "0.7.1" edition = "2021" license = "Apache-2.0 OR MIT" keywords = ["Arrow", "arrow"] @@ -16,8 +16,8 @@ repository = "https://github.com/Swoorup/arrow-convert" [workspace.dependencies] # workspace crates -arrow_convert = { path = "arrow_convert", version = "0.7.0" } -arrow_convert_derive = { path = "arrow_convert_derive", version = "0.7.0" } +arrow_convert = { path = "arrow_convert", version = "0.7.1" } +arrow_convert_derive = { path = "arrow_convert_derive", version = "0.7.1" } arrow = "53.0" chrono = { version = "0.4", default-features = false } diff --git a/arrow_convert/CHANGELOG.md b/arrow_convert/CHANGELOG.md index 6adc656..2ee3603 100644 --- a/arrow_convert/CHANGELOG.md +++ b/arrow_convert/CHANGELOG.md @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.7.1](https://github.com/Swoorup/arrow-convert/compare/arrow_convert-v0.7.0...arrow_convert-v0.7.1) - 2024-09-30 + +### Fixed + +- Use DEFAULT_FIELD_NAME for unnamed fields +- Improve null handling for FixedSizeList fields + +### Other + +- Fix cargo checks +- Remove unused import comment +- Introduce rustfmt.toml for consistent formatting +- Move trait bounds to where clauses in TryIntoCollection and TryIntoArrow +- Expose `arrow_schema` on structs with >1 column +- Refactor gitignore and mod qualification + ## v0.6.8 (2024-06-10) ### Commit Statistics diff --git a/arrow_convert_derive/CHANGELOG.md b/arrow_convert_derive/CHANGELOG.md index 4a26178..abf0ccd 100644 --- a/arrow_convert_derive/CHANGELOG.md +++ b/arrow_convert_derive/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.7.1](https://github.com/Swoorup/arrow-convert/compare/arrow_convert_derive-v0.7.0...arrow_convert_derive-v0.7.1) - 2024-09-30 + +### Other + +- Introduce rustfmt.toml for consistent formatting +- Expose `arrow_schema` on structs with >1 column + ## v0.6.8 (2024-06-10) ### Commit Statistics