Open ybbus opened 6 years ago
@asaskevich would you be willing to consider v10.0.0
onwards with semver instead of the plain v10
etc. This will work with golang and currently, tools like dependabot, etc don't work unless libs use semver.
Hello guys! I forked this package cause owner disappeared. Hope, he will be back, but it would be easier to merge these changes back if he is back Link to my repo: create issue there and we'll discuss it.
See: http://semver.org/
Helps a lot when using go package management tools like https://github.com/golang/dep or vgo since they all depend on a semver format for working with versions of dependencies.
Thanks.