Skip to content

Commit 709a236

Browse files
DRIVERS-3105 Add mention of semver in readme (#1830)
Updated the README.md file to include mention of semantic versioning. This addresses DRIVERS-3105(https://jira.mongodb.org/browse/DRIVERS-3105).
1 parent dd5c07d commit 709a236

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ To build and install the driver:
2929
$ pecl install mongodb
3030
$ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
3131

32+
The MongoDB PHP Driver follows [semantic versioning](https://semver.org/) for its releases.
33+
3234
Additional installation instructions may be found in the
3335
[PHP.net documentation](https://php.net/manual/en/mongodb.installation.php).
3436

0 commit comments

Comments
 (0)