Skip to content

Commit 0ebc204

Browse files
committed
Update version to 9.0.1
1 parent 411171a commit 0ebc204

File tree

15 files changed

+24
-24
lines changed

15 files changed

+24
-24
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919

2020
# Changelog
2121

22-
## [9.0.0](https://github.com/apache/arrow-rs/tree/9.0.0) (2022-02-04)
22+
## [9.0.1](https://github.com/apache/arrow-rs/tree/9.0.1) (2022-02-04)
2323

24-
[Full Changelog](https://github.com/apache/arrow-rs/compare/8.0.0...9.0.0)
24+
[Full Changelog](https://github.com/apache/arrow-rs/compare/8.0.0...9.0.1)
2525

2626
**Breaking changes:**
2727

arrow-flight/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
[package]
1919
name = "arrow-flight"
2020
description = "Apache Arrow Flight"
21-
version = "9.0.0"
21+
version = "9.0.1"
2222
edition = "2021"
2323
rust-version = "1.57"
2424
authors = ["Apache Arrow <[email protected]>"]
@@ -27,7 +27,7 @@ repository = "https://github.com/apache/arrow-rs"
2727
license = "Apache-2.0"
2828

2929
[dependencies]
30-
arrow = { path = "../arrow", version = "9.0.0" }
30+
arrow = { path = "../arrow", version = "9.0.1" }
3131
base64 = "0.13"
3232
tonic = "0.6"
3333
bytes = "1"

arrow-pyarrow-integration-testing/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
[package]
1919
name = "arrow-pyarrow-integration-testing"
2020
description = ""
21-
version = "9.0.0"
21+
version = "9.0.1"
2222
homepage = "https://github.com/apache/arrow-rs"
2323
repository = "https://github.com/apache/arrow-rs"
2424
authors = ["Apache Arrow <[email protected]>"]
@@ -32,7 +32,7 @@ name = "arrow_pyarrow_integration_testing"
3232
crate-type = ["cdylib"]
3333

3434
[dependencies]
35-
arrow = { path = "../arrow", version = "9.0.0", features = ["pyarrow"] }
35+
arrow = { path = "../arrow", version = "9.0.1", features = ["pyarrow"] }
3636
pyo3 = { version = "0.15", features = ["extension-module"] }
3737

3838
[package.metadata.maturin]

arrow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "arrow"
20-
version = "9.0.0"
20+
version = "9.0.1"
2121
description = "Rust implementation of Apache Arrow"
2222
homepage = "https://github.com/apache/arrow-rs"
2323
repository = "https://github.com/apache/arrow-rs"

arrow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This crate is tested with the latest stable version of Rust. We do not currently
3131

3232
The arrow crate follows the [SemVer standard](https://doc.rust-lang.org/cargo/reference/semver.html) defined by Cargo and works well within the Rust crate ecosystem.
3333

34-
However, for historical reasons, this crate uses versions with major numbers greater than `0.x` (e.g. `9.0.0`), unlike many other crates in the Rust ecosystem which spend extended time releasing versions `0.x` to signal planned ongoing API changes. Minor arrow releases contain only compatible changes, while major releases may contain breaking API changes.
34+
However, for historical reasons, this crate uses versions with major numbers greater than `0.x` (e.g. `9.0.1`), unlike many other crates in the Rust ecosystem which spend extended time releasing versions `0.x` to signal planned ongoing API changes. Minor arrow releases contain only compatible changes, while major releases may contain breaking API changes.
3535

3636
## Features
3737

arrow/test/dependency/default-features/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ rust-version = "1.57"
2525
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2626

2727
[dependencies]
28-
arrow = { path = "../../../../arrow", version = "9.0.0" }
28+
arrow = { path = "../../../../arrow", version = "9.0.1" }
2929

3030
[workspace]

arrow/test/dependency/no-default-features/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ rust-version = "1.57"
2525
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2626

2727
[dependencies]
28-
arrow = { path = "../../../../arrow", version = "9.0.0", default-features = false }
28+
arrow = { path = "../../../../arrow", version = "9.0.1", default-features = false }
2929

3030
[workspace]

arrow/test/dependency/simd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ rust-version = "1.57"
2525
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2626

2727
[dependencies]
28-
arrow = { path = "../../../../arrow", version = "9.0.0", features = ["simd"]}
28+
arrow = { path = "../../../../arrow", version = "9.0.1", features = ["simd"]}
2929

3030
[workspace]

dev/release/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
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.
2525

26-
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.0` to `9.0.0`). Otherwise the new minor version incremented (e.g. `9.0.0` to `7.1.0`).
26+
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.1` to `9.0.1`). Otherwise the new minor version incremented (e.g. `9.0.1` to `7.1.0`).
2727

2828
# Release Mechanics
2929

integration-testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
[package]
1919
name = "arrow-integration-testing"
2020
description = "Binaries used in the Arrow integration tests"
21-
version = "9.0.0"
21+
version = "9.0.1"
2222
homepage = "https://github.com/apache/arrow-rs"
2323
repository = "https://github.com/apache/arrow-rs"
2424
authors = ["Apache Arrow <[email protected]>"]

0 commit comments

Comments
 (0)