From ffac88e7958a3d7f62bf4dbcbb66b37c45b79243 Mon Sep 17 00:00:00 2001 From: rishitb-mongodb <160672125+rishitb-mongodb@users.noreply.github.com> Date: Thu, 22 May 2025 16:51:54 -0400 Subject: [PATCH 1/2] Update README.md Updated the README.md file to include mention of semantic versioning. This addresses DRIVERS-3105(https://jira.mongodb.org/browse/DRIVERS-3105). --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4f17ec236..45a951b40 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,8 @@ gpg --verify php_mongodb.dll.sig php_mongodb.dll.tgz > and cannot be verified. If you need to verify the integrity of the downloaded > binary, always download them from the GitHub release. +The MongoDB PHP Driver follows [semantic versioning](https://semver.org/) for its releases. + ## Reporting Issues Issues pertaining to the extension should be reported in the From 43302cced2872aeef88cd5d61432056b6837b137 Mon Sep 17 00:00:00 2001 From: rishitb-mongodb <160672125+rishitb-mongodb@users.noreply.github.com> Date: Fri, 23 May 2025 09:47:50 -0400 Subject: [PATCH 2/2] Update README.md Moved SemVer mention to a more appropriate place --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45a951b40..7f7eca761 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ the [MongoDB PHP library](https://github.com/mongodb/mongo-php-library), which implements the same higher level APIs found in MongoDB drivers for other languages. +The MongoDB PHP Driver follows [semantic versioning](https://semver.org/) for its releases. + ## Documentation - https://www.php.net/mongodb @@ -84,8 +86,6 @@ gpg --verify php_mongodb.dll.sig php_mongodb.dll.tgz > and cannot be verified. If you need to verify the integrity of the downloaded > binary, always download them from the GitHub release. -The MongoDB PHP Driver follows [semantic versioning](https://semver.org/) for its releases. - ## Reporting Issues Issues pertaining to the extension should be reported in the