Skip to content

Commit 0f584c8

Browse files
authored
Fixes for 43.0.0 release (#13319)
1 parent 7a7c8cb commit 0f584c8

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

datafusion/expr-common/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
name = "datafusion-expr-common"
2020
description = "Logical plan and expression representation for DataFusion query engine"
2121
keywords = ["datafusion", "logical", "plan", "expressions"]
22-
readme = "README.md"
2322
version = { workspace = true }
2423
edition = { workspace = true }
2524
homepage = { workspace = true }

datafusion/functions-aggregate-common/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
name = "datafusion-functions-aggregate-common"
2020
description = "Utility functions for implementing aggregate functions for the DataFusion query engine"
2121
keywords = ["datafusion", "logical", "plan", "expressions"]
22-
readme = "README.md"
2322
version = { workspace = true }
2423
edition = { workspace = true }
2524
homepage = { workspace = true }

dev/release/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ Verify that the Cargo.toml in the tarball contains the correct version
263263
(cd datafusion/expr-common && cargo publish)
264264
(cd datafusion/physical-expr-common && cargo publish)
265265
(cd datafusion/functions-aggregate-common && cargo publish)
266+
(cd datafusion/functions-window-common && cargo publish)
266267
(cd datafusion/expr && cargo publish)
267268
(cd datafusion/execution && cargo publish)
268269
(cd datafusion/physical-expr && cargo publish)

0 commit comments

Comments
 (0)