diff --git a/Cargo.toml b/Cargo.toml index 44ca972..6af92e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = [ "Jorge Leitao ", "Chandra Penke ", ] -version = "0.12.0" +version = "0.12.1" edition = "2021" license = "Apache-2.0 OR MIT" keywords = ["Arrow", "arrow"] diff --git a/arrow_convert/CHANGELOG.md b/arrow_convert/CHANGELOG.md index 557e0d6..fc73cc0 100644 --- a/arrow_convert/CHANGELOG.md +++ b/arrow_convert/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.12.1](https://github.com/Swoorup/arrow-convert/compare/arrow_convert-v0.12.0...arrow_convert-v0.12.1) - 2026-07-03 + +### Other + +- update Cargo.toml dependencies + ## [0.11.4](https://github.com/Swoorup/arrow-convert/compare/arrow_convert-v0.11.3...arrow_convert-v0.11.4) - 2026-02-10 ### Added