File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -42,17 +42,7 @@ MongoDB project, please report it according to the [instructions here](https://w
42
42
43
43
## Versioning
44
44
45
- Major increments (such as 4.x -> 5.x) will occur when breaking changes are being made to the public API. All methods and
46
- classes removed in a major release will have been deprecated in a prior release of the previous major release branch, and/or otherwise
47
- called out in the release notes.
48
-
49
- Minor 5.x increments (such as 5.1, 5.2, etc) will occur when non-trivial new functionality is added or significant enhancements or bug
50
- fixes occur that may have behavioral changes that may affect some edge cases (such as dependence on behavior resulting from a bug). An
51
- example of an enhancement is a method or class added to support new functionality added to the MongoDB server. Minor releases will
52
- almost always be binary compatible with prior minor releases from the same major release branch, except as noted below.
53
-
54
- Patch 5.x.y increments (such as 5.0.0 -> 5.0.1, 5.1.1 -> 5.1.2, etc) will occur for bug fixes only and will always be binary compatible
55
- with prior patch releases of the same minor release branch.
45
+ We follow [ semantic versioning] ( https://semver.org/spec/v2.0.0.html ) when releasing.
56
46
57
47
#### @Alpha
58
48
You can’t perform that action at this time.
0 commit comments