Skip to content

Commit 2a6e24f

Browse files
Update README.md (#1716)
DRIVERS-3015
1 parent 3de5b47 commit 2a6e24f

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,7 @@ MongoDB project, please report it according to the [instructions here](https://w
4242

4343
## Versioning
4444

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.
5646

5747
#### @Alpha
5848

0 commit comments

Comments
 (0)