Timeline for Is a breaking change bug fix a semver patch or a major?
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 24, 2022 at 14:26 | comment | added | Manuel | This sounds more like "romantic versioning" than "semantic versioning". If it's a breaking change, it must be a major. If it's just a big fix without breaking change, it's a patch, not a major, no matter how much you love the fix. If it's a new feature or significant feature change, then it's a minor. semver is actually that simple. | |
| Mar 23, 2018 at 14:41 | vote | accept | Matt Harrison | ||
| Mar 21, 2018 at 19:04 | comment | added | Ralf Kleberhoff | The main question is: how likely is it that some user relies on the "wrong" behaviour of the old releases? | |
| Mar 21, 2018 at 11:31 | history | answered | David Arno | CC BY-SA 3.0 |