Skip to content

Commit

Permalink
Merge pull request #13 from Swoorup/release-plz-2024-10-01T13-47-31Z
Browse files Browse the repository at this point in the history
chore: release v0.7.2
  • Loading branch information
Swoorup authored Oct 1, 2024
2 parents cc5578a + 3396c0a commit 4705f63
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,16 +8,16 @@ authors = [
"Jorge Leitao <jorgecarleitao@gmail.com>",
"Chandra Penke <chandrapenke@gmail.com>",
]
version = "0.7.1"
version = "0.7.2"
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.1" }
arrow_convert_derive = { path = "arrow_convert_derive", version = "0.7.1" }
arrow_convert = { path = "arrow_convert", version = "0.7.2" }
arrow_convert_derive = { path = "arrow_convert_derive", version = "0.7.2" }

arrow = "53.0"
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.2](https://github.com/Swoorup/arrow-convert/compare/arrow_convert-v0.7.1...arrow_convert-v0.7.2) - 2024-10-01

### Other

- Add support for tinystr, rust_decimal, and glam types

## [0.7.1](https://github.com/Swoorup/arrow-convert/compare/arrow_convert-v0.7.0...arrow_convert-v0.7.1) - 2024-09-30

### Fixed
Expand Down

0 comments on commit 4705f63

Please sign in to comment.