[PR #195] [CLOSED] Added requirements for 0.y.z versions #2669

Closed
opened 2026-04-23 03:06:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/semver/semver/pull/195
Author: @loz
Created: 5/8/2014
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • ea454b6 Added 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.

## 📋 Pull Request Information **Original PR:** https://github.com/semver/semver/pull/195 **Author:** [@loz](https://github.com/loz) **Created:** 5/8/2014 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`ea454b6`](https://github.com/semver/semver/commit/ea454b67a09c07401e409b5f287a7b1a14a435d3) Added requirements for 0.y.z versions ### 📊 Changes **1 file changed** (+13 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `semver.md` (+13 -2) </details> ### 📄 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). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-23 03:06:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/semver#2669