Skip to content

Commit 13d60a0

Browse files
committed
chore: release v7.0.2
1 parent 7c08b98 commit 13d60a0

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

3+
## [7.0.2](https://github.com/pacman82/odbc2parquet/compare/v7.0.1...v7.0.2) - 2025-02-16
4+
5+
### Other
6+
7+
- fix linux tests
8+
- Update to odbc-api 11
9+
- *(deps)* bump clap from 4.5.28 to 4.5.29
10+
- *(deps)* bump bytesize from 1.3.0 to 1.3.2
11+
- *(deps)* bump clap from 4.5.27 to 4.5.28
12+
- *(deps)* bump bytes from 1.9.0 to 1.10.0
13+
- *(deps)* bump parquet from 54.0.0 to 54.1.0
14+
- *(deps)* bump clap_complete from 4.5.43 to 4.5.44
15+
- *(deps)* bump tempfile from 3.15.0 to 3.16.0
16+
- *(deps)* bump clap_complete from 4.5.42 to 4.5.43
17+
318
## [7.0.1](https://github.com/pacman82/odbc2parquet/compare/v7.0.0...v7.0.1) - 2025-01-23
419

520
### Fixed

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

0 commit comments

Comments
 (0)