mirror of
https://github.com/semver/semver.git
synced 2026-07-11 06:53:03 -05:00
[PR #195] [CLOSED] Added requirements for 0.y.z versions #1637
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/semver/semver/pull/195
Author: @loz
Created: 5/8/2014
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
ea454b6Added requirements for 0.y.z versions📊 Changes
1 file changed (+13 additions, -2 deletions)
View changed files
📝
semver.md(+13 -2)📄 Description
There is a lack of clarity of what the y and z releases do when following Semver. Whilst it's appropriate to allow the API to change as it's stabilising, it's helpful to work within the framework to some extent. Especially to ensure that the patch version doesn't completely change everything.
This change provides guidance on how to respect versioning in 0.y.z releases whilst preserving the ability to break APIs through this period. It also allows a developer to get to groups with the processes prior to going to 1.0.0 (they are able to learn from any mistakes in the 0.y.z period).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.