forked from mirror/async-std
Fix typo in stability-guarantees.md (#136)
This commit is contained in:
parent
e99eafe64f
commit
532c73cf77
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
In short: we are versioning our software as `MAJOR.MINOR.PATCH`. We increase the:
|
In short: we are versioning our software as `MAJOR.MINOR.PATCH`. We increase the:
|
||||||
|
|
||||||
* MAJOR version when there are incompatible API changes,
|
* MAJOR version when there are incompatible API changes,
|
||||||
* MINOR version when we introducece functionality in a backwards-compatible manner
|
* MINOR version when we introduce functionality in a backwards-compatible manner
|
||||||
* PATCH version when we make backwards-compatible bug fixes
|
* PATCH version when we make backwards-compatible bug fixes
|
||||||
|
|
||||||
We will provide migration documentation between major versions.
|
We will provide migration documentation between major versions.
|
||||||
|
|
Loading…
Reference in a new issue