Skip to content

Commit a20991e

Browse files
committed
chore: bump version to 0.6.2 for ADBC 0.22 upgrade
Bump version and add changelog entry for: - ADBC dependency upgrade from 0.21 to 0.22 (Windows build fix) - Removed outdated driver manager test
1 parent fbae5e1 commit a20991e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## 0.6.2
4+
5+
- Upgraded ADBC dependency from 0.21 to 0.22 (includes Windows build fix)
6+
- Removed outdated driver manager test
7+
38
## 0.6.1
49

510
- Fixed `import_from_parquet` and `import_from_parquet_files` hanging when `create_table_if_not_exists` is enabled and the CREATE TABLE DDL fails for reasons other than "table already exists" (e.g., nonexistent schema)

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 = "exarrow-rs"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
edition = "2021"
55
license = "MIT"
66
authors = ["Exasol Labs <labs@exasol.com>"]

0 commit comments

Comments
 (0)