-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Jennifer Nerlich edited this page Dec 18, 2023
·
4 revisions
=== Overall example ===
This example shows how the version of a plug-in reacts to changes (indicated in parenthesis) in the context of different development stream. Both the text and the diagram illustrate the same example.
First development stream
- 1.0.0
Second development stream
- 1.0.100 (indicates a bug fix)
- 1.1.0 (a new API has been introduced)
The plug-in ships as 1.1.0
Third development stream
- 1.1.100 (indicates a bug fix)
- 2.0.0 (indicates a breaking change)
The plug-in ships as 2.0.0
Maintenance stream after 1.1.0
- 1.1.1
The plug-in ships as 1.1.1