Skip to content

Commit

Permalink
chore: release v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 7, 2024
1 parent 1e7b0c8 commit b5101de
Show file tree
Hide file tree
Showing 2 changed files with 9 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,15 +8,15 @@ authors = [
"Jorge Leitao <[email protected]>",
"Chandra Penke <[email protected]>",
]
version = "0.7.2"
version = "0.7.3"
edition = "2021"
license = "Apache-2.0 OR MIT"
keywords = ["Arrow", "arrow"]
repository = "https://github.com/Swoorup/arrow-convert"

[workspace.dependencies]
arrow_convert = { path = "arrow_convert", version = "0.7.2" }
arrow_convert_derive = { path = "arrow_convert_derive", version = "0.7.2" }
arrow_convert = { path = "arrow_convert", version = "0.7.3" }
arrow_convert_derive = { path = "arrow_convert_derive", version = "0.7.3" }

arrow = "53.3"
chrono = { version = "0.4", default-features = false }
Expand Down
6 changes: 6 additions & 0 deletions arrow_convert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.3](https://github.com/Swoorup/arrow-convert/compare/arrow_convert-v0.7.2...arrow_convert-v0.7.3) - 2024-12-07

### Other

- Update dependencies

## [0.7.2](https://github.com/Swoorup/arrow-convert/compare/arrow_convert-v0.7.1...arrow_convert-v0.7.2) - 2024-10-01

### Other
Expand Down

0 comments on commit b5101de

Please sign in to comment.