Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The interoperability specifications will follow semantic versioning, using a three-part version number and release type tag (e.g., v0.1.0 DFT, v1.1.1 TI, etc.,).

Image Modified

Major:

  • Increments every time a breaking change is made.
  • Indicated by increasing the Major number.

Minor:

  • Increments every time new non-breaking changes are made (i.e., changes that create new capabilities, but do not render existing implementations to be non-conformant.
  • Indicated by increasing the Minor number.
  • Resets to 0 each time the Major version changes.

Patch:

  • Non-breaking changes (e.g., corrections).
  • Indicated by increasing the Patch number.
  • Resets to 0 each time the Minor version changes.

Release Tag:

  • Draft (DFT)
  • Trial Implementation (TI)
  • Final

...