Skip to content

Commit aee976a

Browse files
authored
Prepare 37.1.0 release (on branch-37) (apache#10128)
* Add CHANGELOG for 37.1.0 * Update version to 37.1.0 * prettier * update configs.md
1 parent d4eb72c commit aee976a

File tree

6 files changed

+192
-155
lines changed

6 files changed

+192
-155
lines changed

Cargo.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ license = "Apache-2.0"
4949
readme = "README.md"
5050
repository = "https://github.com/apache/arrow-datafusion"
5151
rust-version = "1.72"
52-
version = "37.0.0"
52+
version = "37.1.0"
5353

5454
[workspace.dependencies]
5555
# We turn off default-features for some dependencies here so the workspaces which inherit them can
@@ -71,20 +71,20 @@ bytes = "1.4"
7171
chrono = { version = "0.4.34", default-features = false }
7272
ctor = "0.2.0"
7373
dashmap = "5.4.0"
74-
datafusion = { path = "datafusion/core", version = "37.0.0", default-features = false }
75-
datafusion-common = { path = "datafusion/common", version = "37.0.0", default-features = false }
76-
datafusion-common-runtime = { path = "datafusion/common-runtime", version = "37.0.0" }
77-
datafusion-execution = { path = "datafusion/execution", version = "37.0.0" }
78-
datafusion-expr = { path = "datafusion/expr", version = "37.0.0" }
79-
datafusion-functions = { path = "datafusion/functions", version = "37.0.0" }
80-
datafusion-functions-array = { path = "datafusion/functions-array", version = "37.0.0" }
81-
datafusion-optimizer = { path = "datafusion/optimizer", version = "37.0.0", default-features = false }
82-
datafusion-physical-expr = { path = "datafusion/physical-expr", version = "37.0.0", default-features = false }
83-
datafusion-physical-plan = { path = "datafusion/physical-plan", version = "37.0.0" }
84-
datafusion-proto = { path = "datafusion/proto", version = "37.0.0" }
85-
datafusion-sql = { path = "datafusion/sql", version = "37.0.0" }
86-
datafusion-sqllogictest = { path = "datafusion/sqllogictest", version = "37.0.0" }
87-
datafusion-substrait = { path = "datafusion/substrait", version = "37.0.0" }
74+
datafusion = { path = "datafusion/core", version = "37.1.0", default-features = false }
75+
datafusion-common = { path = "datafusion/common", version = "37.1.0", default-features = false }
76+
datafusion-common-runtime = { path = "datafusion/common-runtime", version = "37.1.0" }
77+
datafusion-execution = { path = "datafusion/execution", version = "37.1.0" }
78+
datafusion-expr = { path = "datafusion/expr", version = "37.1.0" }
79+
datafusion-functions = { path = "datafusion/functions", version = "37.1.0" }
80+
datafusion-functions-array = { path = "datafusion/functions-array", version = "37.1.0" }
81+
datafusion-optimizer = { path = "datafusion/optimizer", version = "37.1.0", default-features = false }
82+
datafusion-physical-expr = { path = "datafusion/physical-expr", version = "37.1.0", default-features = false }
83+
datafusion-physical-plan = { path = "datafusion/physical-plan", version = "37.1.0" }
84+
datafusion-proto = { path = "datafusion/proto", version = "37.1.0" }
85+
datafusion-sql = { path = "datafusion/sql", version = "37.1.0" }
86+
datafusion-sqllogictest = { path = "datafusion/sqllogictest", version = "37.1.0" }
87+
datafusion-substrait = { path = "datafusion/substrait", version = "37.1.0" }
8888
doc-comment = "0.3"
8989
env_logger = "0.11"
9090
futures = "0.3"

0 commit comments

Comments
 (0)