-
Notifications
You must be signed in to change notification settings - Fork 35
[chore] Update README and bump version to 0.1.6 #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -118,7 +118,7 @@ yuanrong = [ | |||||
| "openyuanrong-datasystem" | ||||||
| ] | ||||||
| mooncake = [ | ||||||
| "mooncake-transfer-engine" | ||||||
| "mooncake-transfer-engine==0.3.10.post1" | ||||||
|
||||||
| "mooncake-transfer-engine==0.3.10.post1" | |
| "mooncake-transfer-engine>=0.3.10.post1,<0.4" |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1 +1 @@ | ||||||
| 0.1.6.dev0 | ||||||
| 0.1.6 | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
We recommend creating the release/v0.1.6 branch and advancing the version on the main branch to 0.1.7.dev.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The 0.1.6 is not published yet. I plan to change it to 0.1.6 first, make release branch, then create a new PR that changes the main branch to 0.1.7.dev |
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The image URL uses
raw.githubusercontent.com/.../refs/heads/..., which typically does not resolve because the raw URL expects a git ref/branch name (e.g..../main/...or.../<branch>/...), not the fullrefs/heads/...path. This will likely render as a broken image in the README; consider switching to a standard raw URL (with the actual branch name) or using agithub.com/.../blob/...?...raw=truelink (preferably in an official/stable repo).