adlio / trello

Trello API wrapper for Go
MIT License
220 stars 71 forks source link

Please make SemVer tags / releases #36

Closed AlekSi closed 5 years ago

AlekSi commented 5 years ago

That will greatly simplify vendoring.

go.mod would be nice too.

adlio commented 5 years ago

Done. Created 1.0.0 tag, v1 branch, and added a go.mod and go.sum. Backwards-compatible feature additions will get minor version bumps.

AlekSi commented 5 years ago

Thank you!