Skip to content

Commit 018f426

Browse files
chore(datafusion-flight-sql-server): release v0.4.9
1 parent 5daf0b2 commit 018f426

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-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.8"
10+
version = "0.4.9"
1111
edition = "2021"
1212
license = "Apache-2.0"
1313
readme = "README.md"

datafusion-flight-sql-server/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.4.9](https://github.com/datafusion-contrib/datafusion-flight-sql-server/compare/v0.4.8...v0.4.9) - 2025-05-22
11+
12+
### Other
13+
14+
- minor clippy fix
15+
- Feat/flight sql bearer auth example ([#22](https://github.com/datafusion-contrib/datafusion-flight-sql-server/pull/22))
16+
1017
## [0.4.8](https://github.com/datafusion-contrib/datafusion-flight-sql-server/compare/v0.4.7...v0.4.8) - 2025-04-25
1118

1219
### Other

0 commit comments

Comments
 (0)