Skip to content

Commit

Permalink
Merge pull request #11 from Swoorup/release-plz-2024-09-30T16-01-35Z
Browse files Browse the repository at this point in the history
chore: release v0.7.1
  • Loading branch information
Swoorup authored Sep 30, 2024
2 parents 9a13477 + 67d782d commit 6e31682
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ authors = [
"Jorge Leitao <[email protected]>",
"Chandra Penke <[email protected]>",
]
version = "0.7.0"
version = "0.7.1"
edition = "2021"
license = "Apache-2.0 OR MIT"
keywords = ["Arrow", "arrow"]
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 }
Expand Down
16 changes: 16 additions & 0 deletions arrow_convert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions arrow_convert_derive/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e31682

Please sign in to comment.