Skip to content

Commit c012e9c

Browse files
authored
chore: Prepare 39.0.0-rc1 (#10828)
* bump version * generate changelog * update cli cargo lock * delete duplicate requirements.txt * prettier * update configs.md * remove unused file
1 parent 5bb6b35 commit c012e9c

File tree

9 files changed

+347
-110
lines changed

9 files changed

+347
-110
lines changed

.github_changelog_generator

Lines changed: 0 additions & 28 deletions
This file was deleted.

Cargo.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ license = "Apache-2.0"
5353
readme = "README.md"
5454
repository = "https://github.com/apache/datafusion"
5555
rust-version = "1.73"
56-
version = "38.0.0"
56+
version = "39.0.0"
5757

5858
[workspace.dependencies]
5959
# We turn off default-features for some dependencies here so the workspaces which inherit them can
@@ -86,23 +86,23 @@ bytes = "1.4"
8686
chrono = { version = "0.4.34", default-features = false }
8787
ctor = "0.2.0"
8888
dashmap = "5.5.0"
89-
datafusion = { path = "datafusion/core", version = "38.0.0", default-features = false }
90-
datafusion-common = { path = "datafusion/common", version = "38.0.0", default-features = false }
91-
datafusion-common-runtime = { path = "datafusion/common-runtime", version = "38.0.0" }
92-
datafusion-execution = { path = "datafusion/execution", version = "38.0.0" }
93-
datafusion-expr = { path = "datafusion/expr", version = "38.0.0" }
94-
datafusion-functions = { path = "datafusion/functions", version = "38.0.0" }
95-
datafusion-functions-aggregate = { path = "datafusion/functions-aggregate", version = "38.0.0" }
96-
datafusion-functions-array = { path = "datafusion/functions-array", version = "38.0.0" }
97-
datafusion-optimizer = { path = "datafusion/optimizer", version = "38.0.0", default-features = false }
98-
datafusion-physical-expr = { path = "datafusion/physical-expr", version = "38.0.0", default-features = false }
99-
datafusion-physical-expr-common = { path = "datafusion/physical-expr-common", version = "38.0.0", default-features = false }
100-
datafusion-physical-plan = { path = "datafusion/physical-plan", version = "38.0.0" }
101-
datafusion-proto = { path = "datafusion/proto", version = "38.0.0" }
102-
datafusion-proto-common = { path = "datafusion/proto-common", version = "38.0.0" }
103-
datafusion-sql = { path = "datafusion/sql", version = "38.0.0" }
104-
datafusion-sqllogictest = { path = "datafusion/sqllogictest", version = "38.0.0" }
105-
datafusion-substrait = { path = "datafusion/substrait", version = "38.0.0" }
89+
datafusion = { path = "datafusion/core", version = "39.0.0", default-features = false }
90+
datafusion-common = { path = "datafusion/common", version = "39.0.0", default-features = false }
91+
datafusion-common-runtime = { path = "datafusion/common-runtime", version = "39.0.0" }
92+
datafusion-execution = { path = "datafusion/execution", version = "39.0.0" }
93+
datafusion-expr = { path = "datafusion/expr", version = "39.0.0" }
94+
datafusion-functions = { path = "datafusion/functions", version = "39.0.0" }
95+
datafusion-functions-aggregate = { path = "datafusion/functions-aggregate", version = "39.0.0" }
96+
datafusion-functions-array = { path = "datafusion/functions-array", version = "39.0.0" }
97+
datafusion-optimizer = { path = "datafusion/optimizer", version = "39.0.0", default-features = false }
98+
datafusion-physical-expr = { path = "datafusion/physical-expr", version = "39.0.0", default-features = false }
99+
datafusion-physical-expr-common = { path = "datafusion/physical-expr-common", version = "39.0.0", default-features = false }
100+
datafusion-physical-plan = { path = "datafusion/physical-plan", version = "39.0.0" }
101+
datafusion-proto = { path = "datafusion/proto", version = "39.0.0" }
102+
datafusion-proto-common = { path = "datafusion/proto-common", version = "39.0.0" }
103+
datafusion-sql = { path = "datafusion/sql", version = "39.0.0" }
104+
datafusion-sqllogictest = { path = "datafusion/sqllogictest", version = "39.0.0" }
105+
datafusion-substrait = { path = "datafusion/substrait", version = "39.0.0" }
106106
doc-comment = "0.3"
107107
env_logger = "0.11"
108108
futures = "0.3"

datafusion-cli/Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
[package]
1919
name = "datafusion-cli"
2020
description = "Command Line Client for DataFusion query engine."
21-
version = "38.0.0"
21+
version = "39.0.0"
2222
authors = ["Apache DataFusion <[email protected]>"]
2323
edition = "2021"
2424
keywords = ["arrow", "datafusion", "query", "sql"]
@@ -35,7 +35,7 @@ async-trait = "0.1.41"
3535
aws-config = "0.55"
3636
aws-credential-types = "0.55"
3737
clap = { version = "3", features = ["derive", "cargo"] }
38-
datafusion = { path = "../datafusion/core", version = "38.0.0", features = [
38+
datafusion = { path = "../datafusion/core", version = "39.0.0", features = [
3939
"avro",
4040
"crypto_expressions",
4141
"datetime_expressions",

datafusion/CHANGELOG.md

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -19,41 +19,4 @@
1919

2020
# Changelog
2121

22-
- [38.0.0](../dev/changelog/38.0.0.md)
23-
- [37.1.0](../dev/changelog/37.1.0.md)
24-
- [37.0.0](../dev/changelog/37.0.0.md)
25-
- [36.0.0](../dev/changelog/36.0.0.md)
26-
- [35.0.0](../dev/changelog/35.0.0.md)
27-
- [34.0.0](../dev/changelog/34.0.0.md)
28-
- [33.0.0](../dev/changelog/33.0.0.md)
29-
- [32.0.0](../dev/changelog/32.0.0.md)
30-
- [31.0.0](../dev/changelog/31.0.0.md)
31-
- [30.0.0](../dev/changelog/30.0.0.md)
32-
- [29.0.0](../dev/changelog/29.0.0.md)
33-
- [28.0.0](../dev/changelog/28.0.0.md)
34-
- [27.0.0](../dev/changelog/27.0.0.md)
35-
- [26.0.0](../dev/changelog/26.0.0.md)
36-
- [25.0.0](../dev/changelog/25.0.0.md)
37-
- [24.0.0](../dev/changelog/24.0.0.md)
38-
- [23.0.0](../dev/changelog/23.0.0.md)
39-
- [22.0.0](../dev/changelog/22.0.0.md)
40-
- [21.1.0](../dev/changelog/21.1.0.md)
41-
- [21.0.0](../dev/changelog/21.0.0.md)
42-
- [20.0.0](../dev/changelog/20.0.0.md)
43-
- [19.0.0](../dev/changelog/19.0.0.md)
44-
- [18.0.0](../dev/changelog/18.0.0.md)
45-
- [17.0.0](../dev/changelog/17.0.0.md)
46-
- [16.1.0](../dev/changelog/16.1.0.md)
47-
- [16.0.0](../dev/changelog/16.0.0.md)
48-
- [15.0.0](../dev/changelog/15.0.0.md)
49-
- [14.0.0](../dev/changelog/14.0.0.md)
50-
- [13.0.0](../dev/changelog/13.0.0.md)
51-
- [12.0.0](../dev/changelog/12.0.0.md)
52-
- [11.0.0](../dev/changelog/11.0.0.md)
53-
- [10.0.0](../dev/changelog/10.0.0.md)
54-
- [9.0.0](../dev/changelog/9.0.0.md)
55-
- [8.0.0](../dev/changelog/8.0.0.md)
56-
- [7.1.0](../dev/changelog/7.1.0.md)
57-
- [7.0.0](../dev/changelog/7.0.0.md)
58-
- [6.0.0](../dev/changelog/6.0.0.md)
59-
- [5.0.0](../dev/changelog/5.0.0.md)
22+
Change logs for each release can be found [here](https://github.com/apache/datafusion/tree/main/dev/changelog).

0 commit comments

Comments
 (0)