I don’t really like CalVer. It’s hard to see what the new version implies. CalVer looks like a marketing instead of a technical versioning to me.
For example:
- 1.0.0 → 1.0.1 bugfix release, no breaking changes just one ore more bugs fixed
- 1.0.1 → 1.1.0 new features, no breaking changes just new features (and maybe bugifxes)
- 1.1.0 → 2.0.0 There are some breaking changes.
CalVer doesn’t tell you anything about this.