bogosj / tesla

Provides a wrapper around the API to easily query and command a Telsa car.
Other
23 stars 18 forks source link

Missing semver tag? #51

Closed andig closed 3 years ago

andig commented 3 years ago

When I upgrade to latest version, I do not get an update:

❯ go get -v github.com/bogosj/tesla@latest

go.mod remains at:

github.com/bogosj/tesla v0.0.0-20210425155839-8493aa0dee71

I'm wondering if that's due to the tag being 1.0 instead of 1.0.0 which would be correct semver?

bogosj commented 3 years ago

That appears to have been the problem. v1.0.0 tag created, v1.0 deleted.