Pallinder/go-randomdata

Library versioning

Closed this issue · 3 comments

It's kinda odd to see a cool library still not being versioned even though it seems to have been around for 5 years already and going through a decent evolution.

Please consider:

This would greatly improve the library user experience and the seriousness of the project by allowing the user to achieve reproducible builds when using dep for example.

Currently, there seems to be no guarantee on backward-compatibility so the current release would need to start with 0.1 according to semver, though if it's already production ready then start with 1.0 right away.

This issue is loosely related to #47

I agree, let's get this one done asap!

Looks like I'll have some time for this one. Will get to this before merging the PR:s

Merged in 422dd1e