Zn4rK / php-withings

PSR-FIG Compatible Withings Body metrics Services API written in PHP.
17 stars 14 forks source link

No versioning #12

Closed mattstauffer closed 9 years ago

mattstauffer commented 9 years ago

It'd be valuable to version this in general, but especially since the work I'm about to submit on renaming Collections ( #11) may be breaking the public API against the old work.

Zn4rK commented 9 years ago

Current "release" should not break the public api since it was mostly clean up stuff. Everything seems to still be working, so I'm tagging this as version 1.0.0.

The rest can maybe be under dev-master until it's time for a "possible breaking release" again. If you have a better idea I'm open for it :)

mattstauffer commented 9 years ago

I think this is the perfect way to handle it. FYI, if you're not familiar with it, semver is definitely the way to go: http://semver.org/