Skip to content

Commit d9a3e89

Browse files
committed
chore: release v8.1.4
1 parent e2daf28 commit d9a3e89

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
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [8.1.4](https://github.com/pacman82/odbc2parquet/compare/v8.1.3...v8.1.4) - 2025-11-02
11+
12+
### Other
13+
14+
- Repalace `Command::cargo_bin` with `cargo_bin_cmd!`
15+
- replace lazy_static with Once
16+
- *(deps)* bump assert_cmd from 2.0.17 to 2.1.1
17+
- *(deps)* bump clap from 4.5.50 to 4.5.51
18+
- *(deps)* bump clap_complete from 4.5.59 to 4.5.60
19+
- Update to parquet 57
20+
1021
## [8.1.3](https://github.com/pacman82/odbc2parquet/compare/v8.1.2...v8.1.3) - 2025-09-23
1122

1223
### Other

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.3"
3+
version = "8.1.4"
44
authors = ["Markus Klein"]
55
edition = "2021"
66
repository = "https://github.com/pacman82/odbc2parquet"

0 commit comments

Comments
 (0)