Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 319 Bytes

SEMVER.md

File metadata and controls

10 lines (7 loc) · 319 Bytes

Semantic Versioning

This project adheres to Semantic Versioning.

Public API

The public API consists of:

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