-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Versioning | ||
|
||
The SDK is following [Semantic Versioning 2.0](https://semver.org/spec/v2.0.0.html) | ||
|
||
## Scope | ||
|
||
As the SDK is in great parts generated from an API specification, the release notes | ||
may not reflect all changes in detail. | ||
|
||
In case of breaking changes they are written out separately in the release notes. | ||
|
||
A fix (e.g. wrong return type made a property not usable) which would result in | ||
a compile time breaking change will be treated as MINOR or PATCH version change. | ||
|
||
Other type changes (e.g. splitting a model to reflect differences between Read & Write models) | ||
are treated as breaking change. |