Open ghost opened 5 years ago
Github is ahead but didn't yet bump the version number. There are different workflows of versioning: some projects bump the version on the first breaking change (which has a disadvantage of needing to check if it was bumped already). Others synchronize bumping the version with publishing the crate (which leads to the confusion you are expressing). I don't think there is a perfect workflow out there...
Best practices typically involve tagging a published version and/or branching on a breaking change in order to allow patch PRs. This is something this repo is missing, although other Servo projects (gleam
, plane-split
, etc) do try to keep the tags actual. We'll try to be better.
Thank you very much, I know why, I like this project very much, I hope this project is getting better and better.@kvark
Why are the 0.60 versions, github and cargo.io will be different
[dependencies] webrender ={ git = "https://github.com/servo/webrender"}
[dependencies] webrender ="0.60.0"
gl.rs: