Skip to content

Commit fc32ef9

Browse files
chore(datafusion-flight-sql-server): release v0.4.13
1 parent 3a86d7c commit fc32ef9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
]
88

99
[workspace.package]
10-
version = "0.4.12"
10+
version = "0.4.13"
1111
edition = "2021"
1212
license = "Apache-2.0"
1313
readme = "README.md"

datafusion-flight-sql-server/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.13](https://github.com/datafusion-contrib/datafusion-flight-sql-server/compare/v0.4.12...v0.4.13) - 2025-10-28
11+
12+
### Other
13+
14+
- Merge pull request #34 from datafusion-contrib/schema_metadata
15+
- Run cargo fmt
16+
- Add optional table name metadata in schema fields
17+
- add a few tests
18+
1019
## [0.4.12](https://github.com/datafusion-contrib/datafusion-flight-sql-server/compare/v0.4.11...v0.4.12) - 2025-10-27
1120

1221
### Other

0 commit comments

Comments
 (0)