Skip to content

Commit 6be7aea

Browse files
committed
chore: release v8.0.0
1 parent b7b9332 commit 6be7aea

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## [8.0.0](https://github.com/pacman82/odbc2parquet/compare/v7.0.4...v8.0.0) - 2025-04-17
4+
5+
### Other
6+
7+
- [**breaking**] Updated to newest parquet crate
8+
- *(deps)* bump assert_cmd from 2.0.16 to 2.0.17
9+
- *(deps)* bump clap from 4.5.35 to 4.5.36
10+
- *(deps)* bump anyhow from 1.0.97 to 1.0.98
11+
312
## [7.0.4](https://github.com/pacman82/odbc2parquet/compare/v7.0.3...v7.0.4) - 2025-04-08
413

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

0 commit comments

Comments
 (0)