Hacker News new | ask | show | jobs
by jrs95 2956 days ago
Just had this issue recently with a Python library. It claimed to be "out of beta". A month later they broke half the public API moving from 0.3.0 to 0.4.0. Although to be fair, this project didn't claim to be using SemVer.
1 comments

Breaking API between 0.* releases conforms to SemVer: https://semver.org/#spec-item-4
Interesting, I must have overlooked that before. Thanks for the info.