From 3fa345b0770245ee49dcef6fad5d9a600f01a87f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 16:28:31 +0000 Subject: [PATCH] chore: release v13.0.2 --- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bc91a0..9bf8d5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [13.0.2](https://github.com/pacman82/arrow-odbc/compare/v13.0.1...v13.0.2) - 2024-11-24 + +### Fixed + +- Overflow in epoch to timestamp is fixed. It is now possible to insert 1600-06-18 23:12:44.123 into a database with ms precision + +### Other + +- formatting +- actual reproducing test for overflow in epoch to timestamp +- fix test assertion +- reproducing integartion test for overflow in epoch to timestamp + ## [13.0.1](https://github.com/pacman82/arrow-odbc/compare/v13.0.0...v13.0.1) - 2024-11-20 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 8d2f82b..4e7f5d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arrow-odbc" -version = "13.0.1" +version = "13.0.2" authors = ["Markus Klein"] edition = "2021" license = "MIT"