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
Create some documents on how and when to release a new version.
For example, we’ve made QP a trait instead of a struct in up coming pull requests. That would break our APIs. Should we release a new version with v0.2.0, or just v0.1.1, because we haven’t released v1.0.0 yet? (v1.0.0 means stable API, while anything could happen in versions before v1.0.0)
Consider providing a Justfile for releasing and some automating works at the same time.
The text was updated successfully, but these errors were encountered:
Create some documents on how and when to release a new version.
For example, we’ve made QP a trait instead of a struct in up coming pull requests. That would break our APIs. Should we release a new version with v0.2.0, or just v0.1.1, because we haven’t released v1.0.0 yet? (v1.0.0 means stable API, while anything could happen in versions before v1.0.0)
Consider providing a
Justfile
for releasing and some automating works at the same time.The text was updated successfully, but these errors were encountered: