asaskevich / govalidator

[Go] Package of validators and sanitizers for strings, numerics, slices and structs
MIT License
6.05k stars 555 forks source link

Using semver to tag releases #283

Open ybbus opened 6 years ago

ybbus commented 6 years ago

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.

roopakv commented 4 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.

sergeyglazyrindev commented 3 years ago

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.