You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
Sem(antic) Ver(sioning) is about using meaningful versions to indicate compatible releases. Currently we're on 0.x.x which means anything can break without notice but starting with version 1.0.0 all releases within the same major version have to be compatible. So this is mostly about making the library easier to use and update without having to do detailed checks on every new release :)
The thing with travis is about something different. We use travis to build and release new versions on PyPI for pip etc. To do so one has to increase the version in setup.py and tag the commit with v and the current version, e.g. v0.12.0 for our next release. Currently I'm doing new releases every now and then as needed.
According to semver spec (https://semver.org) APIs should be in 1.0.0 when used publicly which is kinda the case with the grocy custom component.
The text was updated successfully, but these errors were encountered: