Skip to content

Commit 6c799a5

Browse files
kimhanbeommsk
authored andcommitted
Update arrow to version 54
Close: #175
1 parent 9ac8c97 commit 6c799a5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ file is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and
55
this project adheres to [Semantic
66
Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Changed
11+
12+
- Updated arrow to version 54.
13+
814
## [0.15.0] - 2024-12-10
915

1016
### Changed
@@ -185,6 +191,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
185191
column-oriented form.
186192
- Interface to read CSV data into `Table`.
187193

194+
[Unreleased]: https://github.com/petabi/structured/compare/0.15.0...main
188195
[0.15.0]: https://github.com/petabi/structured/compare/0.14.1...0.15.0
189196
[0.14.1]: https://github.com/petabi/structured/compare/0.14.0...0.14.1
190197
[0.14.0]: https://github.com/petabi/structured/compare/0.13.0...0.14.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ exclude = ["./github"]
1818
codecov = { repository = "petabi/structured", service = "github" }
1919

2020
[dependencies]
21-
arrow = "53"
21+
arrow = "54"
2222
chrono = { version = "0.4.31", default-features = false, features = ["serde"] }
2323
csv-core = "0.1"
2424
itertools = "0.13"

0 commit comments

Comments
 (0)