This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new de0dde56 docs: README uses iceberg-rust instead of we (#667)
de0dde56 is described below
commit de0dde561cde86c47439c37e760edfe56338d571
Author: Cancai Cai <[email protected]>
AuthorDate: Mon Oct 14 10:10:34 2024 +0800
docs: README uses iceberg-rust instead of we (#667)
---
NOTICE | 2 +-
README.md | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/NOTICE b/NOTICE
index c2746f15..9340680c 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
Apache Iceberg Rust
-Copyright 2023 The Apache Software Foundation
+Copyright 2023-2024 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/README.md b/README.md
index 30168141..6a65904a 100644
--- a/README.md
+++ b/README.md
@@ -81,13 +81,13 @@ The Apache Iceberg Rust project is composed of the
following components:
Iceberg Rust is built and tested with stable rust, and will keep a rolling
MSRV(minimum supported rust version). The
current MSRV is 1.77.1.
-Also, we use unstable rust to run linters, such as `clippy` and `rustfmt`. But
this will not affect downstream users,
+Also, iceberg-rust use unstable rust to run linters, such as `clippy` and
`rustfmt`. But this will not affect downstream users,
and only MSRV is required.
## Contribute
-Apache Iceberg is an active open-source project, governed under the Apache
Software Foundation (ASF). We are always open to people who want to use or
contribute to it. Here are some ways to get involved.
+Apache Iceberg is an active open-source project, governed under the Apache
Software Foundation (ASF). Iceberg-rust are always open to people who want to
use or contribute to it. Here are some ways to get involved.
- Start with [Contributing Guide](CONTRIBUTING.md).
- Submit [Issues](https://github.com/apache/iceberg-rust/issues/new) for bug
report or feature requests.