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
This project uses ZeroVer with the `0.Y.Z` format.
6
+
7
+
- The first PyPI release is `0.1.0`.
8
+
- Increment `Y` for breaking changes to existing public API or CLI behavior, or for large feature changes that require users to update existing integrations or workflows.
9
+
- Increment `Z` for backward-compatible features, including new public API or CLI additions, bug fixes, and small improvements that do not require users to change existing integrations.
10
+
- Do not cut a release for documentation-only changes, or for internal-only changes that do not affect runtime behavior, public APIs, CLI behavior, packaging, or supported environments, unless those changes need to be published together with another releasable change.
0 commit comments