Skip to content

Commit

Permalink
chore(datafusion-flight-sql-server): release v0.4.2 (#84)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 3, 2024
1 parent 9cd5971 commit 05604d6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions datafusion-flight-sql-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.2](https://github.com/datafusion-contrib/datafusion-federation/compare/datafusion-flight-sql-server-v0.4.1...datafusion-flight-sql-server-v0.4.2) - 2024-12-03

### Added

- support prepared statement parameters ([#81](https://github.com/datafusion-contrib/datafusion-federation/pull/81))
2 changes: 1 addition & 1 deletion datafusion-flight-sql-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "datafusion-flight-sql-server"
version = "0.4.1"
version = "0.4.2"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down

0 comments on commit 05604d6

Please sign in to comment.