We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b026e92 commit 0ce28e5Copy full SHA for 0ce28e5
2 files changed
Cargo.toml
@@ -7,7 +7,7 @@ members = [
7
]
8
9
[workspace.package]
10
-version = "0.4.11"
+version = "0.4.12"
11
edition = "2021"
12
license = "Apache-2.0"
13
readme = "README.md"
datafusion-flight-sql-server/CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [0.4.12](https://github.com/datafusion-contrib/datafusion-flight-sql-server/compare/v0.4.11...v0.4.12) - 2025-10-27
+
+### Other
14
+- Upgrade to datafusion 50 ([#31](https://github.com/datafusion-contrib/datafusion-flight-sql-server/pull/31))
15
16
## [0.4.11](https://github.com/datafusion-contrib/datafusion-flight-sql-server/compare/v0.4.10...v0.4.11) - 2025-07-29
17
18
### Other
0 commit comments