Skip to content

Commit 74bd390

Browse files
committed
chore: release v7.0.3
1 parent 4176651 commit 74bd390

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

3+
## [7.0.3](https://github.com/pacman82/odbc2parquet/compare/v7.0.2...v7.0.3) - 2025-02-19
4+
5+
### Fixed
6+
7+
- decimals will now have correct value, even if the datasource omits trailing zeroes in their string representation
8+
9+
### Other
10+
11+
- Replace asterisk (*) with dash (-) for lists in changelog
12+
- *(deps)* bump clap from 4.5.29 to 4.5.30
13+
- *(deps)* bump clap_complete from 4.5.44 to 4.5.45
14+
- *(deps)* bump tempfile from 3.16.0 to 3.17.1
15+
- *(deps)* bump parquet from 54.1.0 to 54.2.0
16+
317
## [7.0.2](https://github.com/pacman82/odbc2parquet/compare/v7.0.1...v7.0.2) - 2025-02-16
418

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

0 commit comments

Comments
 (0)