Skip to content

Commit a43ce8b

Browse files
authored
Prepare for 42.2.0 release (apache#13191)
* chore: Update version to 42.2.0 * Update changelog * update docs
1 parent e7877e2 commit a43ce8b

File tree

5 files changed

+193
-149
lines changed

5 files changed

+193
-149
lines changed

Cargo.toml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ license = "Apache-2.0"
5858
readme = "README.md"
5959
repository = "https://github.com/apache/datafusion"
6060
rust-version = "1.76"
61-
version = "42.1.0"
61+
version = "42.2.0"
6262

6363
[workspace.dependencies]
6464
# We turn off default-features for some dependencies here so the workspaces which inherit them can
@@ -91,28 +91,28 @@ bytes = "1.4"
9191
chrono = { version = "0.4.34", default-features = false }
9292
ctor = "0.2.0"
9393
dashmap = "6.0.1"
94-
datafusion = { path = "datafusion/core", version = "42.1.0", default-features = false }
95-
datafusion-catalog = { path = "datafusion/catalog", version = "42.1.0" }
96-
datafusion-common = { path = "datafusion/common", version = "42.1.0", default-features = false }
97-
datafusion-common-runtime = { path = "datafusion/common-runtime", version = "42.1.0" }
98-
datafusion-execution = { path = "datafusion/execution", version = "42.1.0" }
99-
datafusion-expr = { path = "datafusion/expr", version = "42.1.0" }
100-
datafusion-expr-common = { path = "datafusion/expr-common", version = "42.1.0" }
101-
datafusion-functions = { path = "datafusion/functions", version = "42.1.0" }
102-
datafusion-functions-aggregate = { path = "datafusion/functions-aggregate", version = "42.1.0" }
103-
datafusion-functions-aggregate-common = { path = "datafusion/functions-aggregate-common", version = "42.1.0" }
104-
datafusion-functions-nested = { path = "datafusion/functions-nested", version = "42.1.0" }
105-
datafusion-functions-window = { path = "datafusion/functions-window", version = "42.1.0" }
106-
datafusion-optimizer = { path = "datafusion/optimizer", version = "42.1.0", default-features = false }
107-
datafusion-physical-expr = { path = "datafusion/physical-expr", version = "42.1.0", default-features = false }
108-
datafusion-physical-expr-common = { path = "datafusion/physical-expr-common", version = "42.1.0", default-features = false }
109-
datafusion-physical-optimizer = { path = "datafusion/physical-optimizer", version = "42.1.0" }
110-
datafusion-physical-plan = { path = "datafusion/physical-plan", version = "42.1.0" }
111-
datafusion-proto = { path = "datafusion/proto", version = "42.1.0" }
112-
datafusion-proto-common = { path = "datafusion/proto-common", version = "42.1.0" }
113-
datafusion-sql = { path = "datafusion/sql", version = "42.1.0" }
114-
datafusion-sqllogictest = { path = "datafusion/sqllogictest", version = "42.1.0" }
115-
datafusion-substrait = { path = "datafusion/substrait", version = "42.1.0" }
94+
datafusion = { path = "datafusion/core", version = "42.2.0", default-features = false }
95+
datafusion-catalog = { path = "datafusion/catalog", version = "42.2.0" }
96+
datafusion-common = { path = "datafusion/common", version = "42.2.0", default-features = false }
97+
datafusion-common-runtime = { path = "datafusion/common-runtime", version = "42.2.0" }
98+
datafusion-execution = { path = "datafusion/execution", version = "42.2.0" }
99+
datafusion-expr = { path = "datafusion/expr", version = "42.2.0" }
100+
datafusion-expr-common = { path = "datafusion/expr-common", version = "42.2.0" }
101+
datafusion-functions = { path = "datafusion/functions", version = "42.2.0" }
102+
datafusion-functions-aggregate = { path = "datafusion/functions-aggregate", version = "42.2.0" }
103+
datafusion-functions-aggregate-common = { path = "datafusion/functions-aggregate-common", version = "42.2.0" }
104+
datafusion-functions-nested = { path = "datafusion/functions-nested", version = "42.2.0" }
105+
datafusion-functions-window = { path = "datafusion/functions-window", version = "42.2.0" }
106+
datafusion-optimizer = { path = "datafusion/optimizer", version = "42.2.0", default-features = false }
107+
datafusion-physical-expr = { path = "datafusion/physical-expr", version = "42.2.0", default-features = false }
108+
datafusion-physical-expr-common = { path = "datafusion/physical-expr-common", version = "42.2.0", default-features = false }
109+
datafusion-physical-optimizer = { path = "datafusion/physical-optimizer", version = "42.2.0" }
110+
datafusion-physical-plan = { path = "datafusion/physical-plan", version = "42.2.0" }
111+
datafusion-proto = { path = "datafusion/proto", version = "42.2.0" }
112+
datafusion-proto-common = { path = "datafusion/proto-common", version = "42.2.0" }
113+
datafusion-sql = { path = "datafusion/sql", version = "42.2.0" }
114+
datafusion-sqllogictest = { path = "datafusion/sqllogictest", version = "42.2.0" }
115+
datafusion-substrait = { path = "datafusion/substrait", version = "42.2.0" }
116116
doc-comment = "0.3"
117117
env_logger = "0.11"
118118
futures = "0.3"

0 commit comments

Comments
 (0)