Skip to content

Commit

Permalink
chore: release (#102)
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 Jan 4, 2025
1 parent 4d431f8 commit 065dbe8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 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.2"
version = "0.3.3"
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.2" }
datafusion-federation = { path = "./datafusion-federation", version = "0.3.3" }
datafusion-substrait = "43.0.0"
futures = "0.3.31"
tokio = { version = "1.41", features = ["full"] }
Expand Down
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.3](https://github.com/datafusion-contrib/datafusion-federation/compare/datafusion-federation-v0.3.2...datafusion-federation-v0.3.3) - 2025-01-04

### Fixed

- handle `LogicalPlan::Limit` separately to preserve skip and offset in `rewrite_table_scans` (#101)

## [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
Expand Down
6 changes: 6 additions & 0 deletions datafusion-flight-sql-server/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.4.4](https://github.com/datafusion-contrib/datafusion-federation/compare/datafusion-flight-sql-server-v0.4.3...datafusion-flight-sql-server-v0.4.4) - 2025-01-04

### Other

- updated the following local packages: datafusion-federation

## [0.4.3](https://github.com/datafusion-contrib/datafusion-federation/compare/datafusion-flight-sql-server-v0.4.2...datafusion-flight-sql-server-v0.4.3) - 2024-12-23

### Other
Expand Down
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.3"
version = "0.4.4"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down

0 comments on commit 065dbe8

Please sign in to comment.