docs: refresh Rust docs version and project status#456
Conversation
…n-references # Conflicts: # docs/src/sql.md
QuakeWang
left a comment
There was a problem hiding this comment.
Thanks for updating these stale references. I think the Getting Started dependency snippets should use 0.2.0 instead of 0.3.0.
0.3.0 is the current workspace development version, but it has not been published to crates.io yet. Since these snippets are plain registry dependencies (paimon = "..."), users copying them today will get a Cargo resolution error. The latest published paimon crate is still 0.2.0.
Could you change the installation examples in docs/src/getting-started.md to 0.2.0? The index.md status text saying 0.3.0 in development looks fine to me.
Updated. Now getting-started.md uses 0.2.0 (latest published release) while index.md keeps 0.3.0 in development. |
Purpose
The workspace version is
0.3.0(Cargo.toml:22), but user-facing installation examples still reference0.1.0, and the project status claims to track the0.1.0 milestone. This misleads new users into depending on an outdated release.Changes
"0.1.0"to"0.2.0"(current release) ingetting-started.mdandsql.md(10 locations total)tracking the 0.1.0 milestoneto0.3.0 in developmentinindex.md