Commit 135d7bc
authored
docs: Update documented versioning scheme to right-shifted semver (#1990)
<!-- .github/pull_request_template.md -->
## 📌 Description
Based on discussion with @yzh119 and others, we're planning to follow
the vLLM "right-shifted" versioning scheme. This PR updates the docs to
reflect that.
## 🔍 Related Issues
Previously we said we would follow Semantic Versioning (see #1553).
However, we recently re-considered this approach, to better match the
conventions followed by vLLM and PyTorch.
## 🚀 Pull Request Checklist
Thank you for contributing to FlashInfer! Before we review your pull
request, please make sure the following items are complete.
### ✅ Pre-commit Checks
- [x] I have installed `pre-commit` by running `pip install pre-commit`
(or used your preferred method).
- [x] I have installed the hooks with `pre-commit install`.
- [x] I have run the hooks manually with `pre-commit run --all-files`
and fixed any reported issues.
> If you are unsure about how to set up `pre-commit`, see [the
pre-commit documentation](https://pre-commit.com/).
## 🧪 Tests
Docs only, so no new tests are needed. Did not verify passing unit
tests.
- [x] Tests have been added or updated as needed.
- [ ] All tests are passing (`unittest`, etc.).
## Reviewer Notes
<!-- Optional: anything you'd like reviewers to focus on, concerns, etc.
-->
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Documentation**
* Updated release versioning scheme to a "right-shifted" format
(major.minor.patch[.post1]) with an optional post-release suffix for
expedited follow-up releases.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 28c8070 commit 135d7bc
1 file changed
+6
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
44 | 45 | | |
45 | | - | |
46 | | - | |
47 | | - | |
| 46 | + | |
0 commit comments