Skip to content

Commit

Permalink
chore(datafusion-federation): release v0.3.2 (#88)
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 18, 2024
1 parent c50ad3d commit 1fce9c9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
]

[workspace.package]
version = "0.3.1"
version = "0.3.2"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -21,7 +21,7 @@ arrow-json = "53.3"
async-stream = "0.3.5"
async-trait = "0.1.83"
datafusion = "43.0.0"
datafusion-federation = { path = "./datafusion-federation", version = "0.3.0" }
datafusion-federation = { path = "./datafusion-federation", version = "0.3.2" }
datafusion-substrait = "43.0.0"
futures = "0.3.31"
tokio = { version = "1.41", features = ["full"] }
Expand Down
14 changes: 14 additions & 0 deletions datafusion-federation/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.3.2](https://github.com/datafusion-contrib/datafusion-federation/compare/datafusion-federation-v0.3.1...datafusion-federation-v0.3.2) - 2024-12-05

### Other

- Release plz action: install required dependencies ([#85](https://github.com/datafusion-contrib/datafusion-federation/pull/85))

0 comments on commit 1fce9c9

Please sign in to comment.