honeybadger-io / honeybadger-go

Send Go (golang) panics and errors to Honeybadger.
https://www.honeybadger.io/
MIT License
34 stars 15 forks source link

Latest v.0.2.0 tag doesn't follow semver standard #26

Closed jamietsao closed 6 years ago

jamietsao commented 6 years ago

The 0.2.0 tag doesn't follow semver standards (should be v0.2.0 instead of v.0.2.0), so as a result the dep (https://github.com/golang/dep) dependency management tool isn't picking up the latest version correctly. It uses v0.1.0 instead (which IS tagged correctly)

joshuap commented 6 years ago

@jamietsao sorry for the delay; I've updated the tag. Good catch.