hako / durafmt

:clock8: Better time duration formatting in Go!
MIT License
494 stars 49 forks source link

Semver release #31

Open crazy-max opened 3 years ago

crazy-max commented 3 years ago

Can you create a release for this project and follow semantic versioning please? It is ok to start with v0 version to allow backward incompatible changes. So v0.1.0 could be a good start.

This will allow users to pin specific version instead of commit hash and setup auto-updating (e.g. Dependabot).

Thanks!

hako commented 2 years ago

@crazy-max Was busy so didn't get to this. Sure, will make sure next release will follow semver.

I can already see a tag for 1.0.0 and I assume people are using this tag, perhaps a version above 1.0.0?

crazy-max commented 2 years ago

@hako Hey!

I can already see a tag for 1.0.0 and I assume people are using this tag, perhaps a version above 1.0.0?

Yes but this is not a semver tag that can be used with Go modules so it's out-of-spec. I'm fine with v1.1.0. Thanks!