By reading the doc https://semver.org/ is clear for me that:
- PATCH releases should not contains api changes and they are reserved to CVEs and bug fixes.
- If the project is not a stable API yet. That means the project will not have MAJOR bumps and because of it we could expected any breaking changes into the MINOR bumps.
However, the text:
Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable.
Brings the idea that new features (api changes) would be fine in PATCH releases with Anything MAY change at any time.