-
Notifications
You must be signed in to change notification settings - Fork 884
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update versions and CHANGELOG for 9.1.0 release #1325
Changes from 5 commits
f3de154
f5a43e4
42345bc
b9c374b
7f0974c
876061a
e47c7de
4b7a65e
4e3f3d9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
[package] | ||
name = "arrow-flight" | ||
description = "Apache Arrow Flight" | ||
version = "9.0.2" | ||
version = "10.0.0" | ||
edition = "2021" | ||
rust-version = "1.57" | ||
authors = ["Apache Arrow <[email protected]>"] | ||
|
@@ -27,7 +27,7 @@ repository = "https://github.com/apache/arrow-rs" | |
license = "Apache-2.0" | ||
|
||
[dependencies] | ||
arrow = { path = "../arrow", version = "9.0.2" } | ||
arrow = { path = "../arrow", version = "10.0.0" } | ||
base64 = "0.13" | ||
tonic = "0.6" | ||
bytes = "1" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
[package] | ||
name = "arrow-pyarrow-integration-testing" | ||
description = "" | ||
version = "9.0.2" | ||
version = "10.0.0" | ||
homepage = "https://github.com/apache/arrow-rs" | ||
repository = "https://github.com/apache/arrow-rs" | ||
authors = ["Apache Arrow <[email protected]>"] | ||
|
@@ -32,7 +32,7 @@ name = "arrow_pyarrow_integration_testing" | |
crate-type = ["cdylib"] | ||
|
||
[dependencies] | ||
arrow = { path = "../arrow", version = "9.0.2", features = ["pyarrow"] } | ||
arrow = { path = "../arrow", version = "10.0.0", features = ["pyarrow"] } | ||
pyo3 = { version = "0.15", features = ["extension-module"] } | ||
|
||
[package.metadata.maturin] | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
|
||
We try to release a new version of Arrow every two weeks. This cadence balances getting new features into arrow without overwhelming downstream projects with too frequent changes. | ||
|
||
If any code has been merged to master that has a breaking API change, as defined in [Rust RFC 1105](https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution.md), the major version number incremented changed (e.g. `9.0.2` to `9.0.2`). Otherwise the new minor version incremented (e.g. `9.0.2` to `7.1.0`). | ||
If any code has been merged to master that has a breaking API change, as defined in [Rust RFC 1105](https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution.md), the major version number incremented changed (e.g. `10.0.0` to `10.0.0`). Otherwise the new minor version incremented (e.g. `10.0.0` to `7.1.0`). | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This line appears a bit broken 😅 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. fixed in 4b7a65e |
||
|
||
# Release Mechanics | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
[package] | ||
name = "arrow-integration-testing" | ||
description = "Binaries used in the Arrow integration tests" | ||
version = "9.0.2" | ||
version = "10.0.0" | ||
homepage = "https://github.com/apache/arrow-rs" | ||
repository = "https://github.com/apache/arrow-rs" | ||
authors = ["Apache Arrow <[email protected]>"] | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was actually just closed, without being fixe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that is why it is listed under
Closed Issues
-- I'll make it explicit that it wasn't fixed