-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update readme and add versioning doc
- Loading branch information
1 parent
18f4a82
commit 504a73a
Showing
2 changed files
with
10 additions
and
1 deletion.
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
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,9 @@ | ||
### Versioning | ||
|
||
Failsafe follows MAJOR.MINOR.PATCH versioning where: | ||
|
||
- MAJOR versions contain significant new features and potentially significant incompatible API changes. | ||
- MINOR versions contain new features and potentially minor yet incompatible API changes. | ||
- PATCH versions contain bug fixes and minor new features that are fully backwards compatible. | ||
|
||
All versions, new features, and API changes are described in the [CHANGELOG](CHANGELOG.md). |