Changes between Initial Version and Version 1 of Ticket #603, comment 1
- Timestamp:
- 12.03.2014 00:39:19 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #603, comment 1
initial v1 3 3 **RULE** 4 4 5 - Starting from now DM makes use of ''Semantic Versioning'' . However, not in the "original" style (described on semver.org) but with the semantics shifted by one position:5 - Starting from now DM makes use of ''Semantic Versioning'' (however, not in the "original" style as described on semver.org): 6 6 - MAJOR number (`4`) stays until the next DM rewrite 7 - MINOR number changes when DM introduces incompatible API changes8 - PATCH number changes when DM brings new features and for bug fixes7 - MINOR number changes when DM breaks the API or introduces new API 8 - PATCH number changes for bug fixes or new minor features (without API changes) 9 9 10 10 - Every plugin .jar file has a `dm4x-` prefix, `x` being the minor number of the DM release the plugin is compatible with.