We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f0d9f0 + 0a7627e commit 4b6dceaCopy full SHA for 4b6dcea
Cargo.toml
@@ -7,7 +7,7 @@ members = [
7
]
8
9
[workspace.package]
10
-version = "0.4.7"
+version = "0.4.8"
11
edition = "2021"
12
license = "Apache-2.0"
13
readme = "README.md"
datafusion-flight-sql-server/CHANGELOG.md
@@ -0,0 +1,14 @@
1
+# Changelog
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [Unreleased]
+## [0.4.8](https://github.com/datafusion-contrib/datafusion-flight-sql-server/compare/v0.4.7...v0.4.8) - 2025-04-25
+### Other
14
+- upgrade datafusion to 47.0
0 commit comments