mirror of
https://github.com/semver/semver.git
synced 2026-07-11 05:12:48 -05:00
[PR #276] [CLOSED] Versions are not case sensitive #777
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/276
Author: @haacked
Created: 10/3/2015
Status: ❌ Closed
Base:
master← Head:case-sensitivity📝 Commits (3)
478b9f0Fixes #176 by clarifying that versions are case insensitivec886078Updated to 2.1.0 instead of 2.0.1 per feedback.bdc10c2Clarify that versions are case-insensitive📊 Changes
1 file changed (+14 additions, -7 deletions)
View changed files
📝
semver.md(+14 -7)📄 Description
Fixes #176
Continued from #177
Note that even though this is technically a breaking change, every change is a breaking change. The question is really how likely is this to break people.
The chances that people rely on capitalization for version precedence seems highly unlikely.
Also, SemVer applies to libraries, not necessarily specifications. Though I would agree that a library based on SemVer would probably want to increment the major version possibly putting it out of sync with the version of this spec.
Software is messy, isn't it?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.