Skip to content

Commit

Permalink
chore: release v13.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and pacman82 committed Nov 20, 2024
1 parent 934f1df commit 04d4ee5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [13.0.1](https://github.com/pacman82/arrow-odbc/compare/v13.0.0...v13.0.1) - 2024-11-20

### Fixed

- Timestamps with fractional seconds now work even if they are older than unix epoch.

### Other

- setup release-plz
- use uppercase for changelog
- Update thiserror requirement from 1.0.65 to 2.0.0

## 13.0.0

* Update odbc-api `>= 6, < 9` -> `>= 9, < 10`
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.0"
version = "13.0.1"
authors = ["Markus Klein"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 04d4ee5

Please sign in to comment.