Understand Cucumber Godog versioning
mainCucumber Godog follows Semantic Versioning (MAJOR.MINOR.PATCH). The meaning of version increments depends on whether the project is currently in the v0.x.x phase or has reached v1.x.x or higher.
For v0.MINOR.PATCH versions:
- MINOR: Incompatible API changes.
- PATCH: Backward-compatible new features and bug fixes.
After v1.X.X release:
- MAJOR: Incompatible API changes.
- MINOR: Backward-compatible new features.
- PATCH: Backward-compatible bug fixes.