We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae7780 commit 5885955Copy full SHA for 5885955
2 files changed
Cargo.toml
@@ -7,7 +7,7 @@ members = [
7
]
8
9
[workspace.package]
10
-version = "0.4.15"
+version = "0.4.16"
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.16](https://github.com/datafusion-contrib/datafusion-flight-sql-server/compare/v0.4.15...v0.4.16) - 2026-03-25
+
+### Other
14
+- update Cargo.toml dependencies
15
16
## [0.4.15](https://github.com/datafusion-contrib/datafusion-flight-sql-server/compare/v0.4.14...v0.4.15) - 2026-01-14
17
18
### Other
0 commit comments