Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 354 Bytes

SEMVER.md

File metadata and controls

11 lines (7 loc) · 354 Bytes

Semantic Versioning

Cucumber-JVM follows Semantic Versioning 2.0.0.

Public API

Cucumber-JVMs public API consists of:

  • Any public class in in the cucumber.api package or subpackage thereof.
  • Any public class annotated with @org.apiguardian.api.API(status = API.Status.STABLE).