Skip to content

Commit

Permalink
chore: release v0.3.6 (#113)
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 Feb 23, 2025
1 parent 5cf282c commit cb23e1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"
members = ["datafusion-federation"]

[workspace.package]
version = "0.3.5"
version = "0.3.6"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -15,6 +15,6 @@ arrow-json = "54"
async-stream = "0.3.5"
async-trait = "0.1.83"
datafusion = "45.0.0"
datafusion-federation = { path = "./datafusion-federation", version = "0.3.5" }
datafusion-federation = { path = "./datafusion-federation", version = "0.3.6" }
futures = "0.3.31"
tokio = { version = "1.41", features = ["full"] }
6 changes: 6 additions & 0 deletions datafusion-federation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.6](https://github.com/datafusion-contrib/datafusion-federation/compare/v0.3.5...v0.3.6) - 2025-02-19

### Other

- update Cargo.toml dependencies

## [0.3.5](https://github.com/datafusion-contrib/datafusion-federation/compare/datafusion-federation-v0.3.4...datafusion-federation-v0.3.5) - 2025-01-20

### Other
Expand Down

0 comments on commit cb23e1e

Please sign in to comment.