Skip to content

Commit

Permalink
chore: release v13.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and pacman82 committed Nov 24, 2024
1 parent 4b57136 commit 3fa345b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arrow-odbc"
version = "13.0.1"
version = "13.0.2"
authors = ["Markus Klein"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 3fa345b

Please sign in to comment.