From d8d9b7c0541068df2f83ab33acbda7656ee5d954 Mon Sep 17 00:00:00 2001 From: lxy264173 Date: Tue, 24 Feb 2026 09:29:19 +0800 Subject: [PATCH 1/3] chore: add maintainership and contributions to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f91e7ea5..8985bc1a 100644 --- a/README.md +++ b/README.md @@ -165,3 +165,7 @@ If you make improvements that could benefit all developers, please update the te ## License Licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) + +## Maintainership and Contributions + +This project is maintained by a core team from the Storage Service team at Alibaba, including @lxy-9602 (maintainer), @lucasfang, @lszskye, and @zjw1111. We sincerely appreciate contributions from the community — your feedback and patches are welcome and highly valued. For any questions, feature proposals, or code reviews, please feel free to reach out to us directly. \ No newline at end of file From a1e29840280ff97f027651c286b03600cee43f05 Mon Sep 17 00:00:00 2001 From: lxy264173 Date: Tue, 24 Feb 2026 09:38:07 +0800 Subject: [PATCH 2/3] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8985bc1a..a6464950 100644 --- a/README.md +++ b/README.md @@ -168,4 +168,4 @@ Licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/ ## Maintainership and Contributions -This project is maintained by a core team from the Storage Service team at Alibaba, including @lxy-9602 (maintainer), @lucasfang, @lszskye, and @zjw1111. We sincerely appreciate contributions from the community — your feedback and patches are welcome and highly valued. For any questions, feature proposals, or code reviews, please feel free to reach out to us directly. \ No newline at end of file +This project is maintained by a core team from the Storage Service team at Alibaba, including [lxy-9602](https://github.com/lxy-9602) (maintainer), [lucasfang](https://github.com/lucasfang), [lszskye](https://github.com/lszskye), and [zjw1111](https://github.com/zjw1111). We sincerely appreciate contributions from the community — your feedback and patches are welcome and highly valued. For any questions, feature proposals, or code reviews, please feel free to reach out to us directly. From efcfcfe7f6a8bca189959c8b2cd866f3dddcb7b9 Mon Sep 17 00:00:00 2001 From: lxy264173 Date: Tue, 24 Feb 2026 10:00:03 +0800 Subject: [PATCH 3/3] fix --- CMakeLists.txt | 2 +- docs/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index de2f16cf..8a81fbb2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ if(NOT CMAKE_BUILD_TYPE) endif() project(paimon - VERSION 0.9.0 + VERSION 0.1.0 DESCRIPTION "Paimon C++ Project") string(TOUPPER "${CMAKE_BUILD_TYPE}" UPPERCASE_BUILD_TYPE) diff --git a/docs/source/conf.py b/docs/source/conf.py index 96acee96..61951c01 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -113,7 +113,7 @@ # The master toctree document. master_doc = "index" -version = "0.9.0" +version = "0.1.0" html_theme_options = { "show_toc_level": 2,