Skip to content

Commit 4f82371

Browse files
authored
chore: Prepare 43.0.0 release (#13254)
* bump version and generate changelog * bump version and generate changelog * remove GH_TOKEN reference from script
1 parent f2344d2 commit 4f82371

File tree

6 files changed

+882
-93
lines changed

6 files changed

+882
-93
lines changed

Cargo.toml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ license = "Apache-2.0"
6060
readme = "README.md"
6161
repository = "https://github.com/apache/datafusion"
6262
rust-version = "1.79"
63-
version = "42.2.0"
63+
version = "43.0.0"
6464

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

0 commit comments

Comments
 (0)