Skip to content

Commit 91d0220

Browse files
committed
chore: release v8.1.1
1 parent 90efeee commit 91d0220

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [8.1.1](https://github.com/pacman82/odbc2parquet/compare/v8.1.0...v8.1.1) - 2025-07-20
4+
5+
### Other
6+
7+
- Statements are only prepared once for execute or insert subcommand.
8+
- Update some comments in code
9+
- *(deps)* bump clap from 4.5.40 to 4.5.41
10+
- *(deps)* bump clap_complete from 4.5.54 to 4.5.55
11+
- *(deps)* bump io-arg from 0.2.1 to 0.2.2
12+
- *(deps)* bump odbc-api from 14.0.0 to 14.0.2
13+
314
## [8.1.0](https://github.com/pacman82/odbc2parquet/compare/v8.0.1...v8.1.0) - 2025-06-26
415

516
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "odbc2parquet"
3-
version = "8.1.0"
3+
version = "8.1.1"
44
authors = ["Markus Klein"]
55
edition = "2021"
66
repository = "https://github.com/pacman82/odbc2parquet"

0 commit comments

Comments
 (0)