Skip to content

Commit 373fe23

Browse files
authored
Update version to 42.1.0, add CHANGELOG (#12986) (#12989)
* Update version to 42.1.0, add CHANGELOG (#12986) * CHANGELOG for 42.1.0 * Update version to 42.1.0 * Update datafusion-cli/Cargo.lock * update config docs * update datafusion-cli
1 parent c7e5d8d commit 373fe23

File tree

5 files changed

+152
-110
lines changed

5 files changed

+152
-110
lines changed

Cargo.toml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ license = "Apache-2.0"
5959
readme = "README.md"
6060
repository = "https://github.com/apache/datafusion"
6161
rust-version = "1.79"
62-
version = "42.0.0"
62+
version = "42.1.0"
6363

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

0 commit comments

Comments
 (0)