Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loosen requirement for a major version bump #2510

Merged
merged 7 commits into from Apr 30, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion specification/versioning-and-stability.md
Expand Up @@ -254,7 +254,7 @@ When a signal becomes stable, the version MUST be bumped to match the other stab

### Major version bump

Major version bumps MUST occur when there is a breaking change to a stable interface, the removal of a deprecated signal, or a drop in support for a language or runtime version.
Major version bumps MUST occur when there is a breaking change to a stable interface, the removal of a deprecated signal.
pellared marked this conversation as resolved.
Show resolved Hide resolved
reyang marked this conversation as resolved.
Show resolved Hide resolved
Major version bumps SHOULD NOT occur for changes which do not result in a drop in support of some form.

### Minor version bump
Expand Down