From 7094422c389b693a5c2bcbb457a7fe17585feeb8 Mon Sep 17 00:00:00 2001 From: Wyatt Barnes Date: Wed, 17 Mar 2021 18:19:37 -0500 Subject: [PATCH] Clarify commitment to semantic versioning (#3961) see discussion in the issue https://github.com/ethereum/web3.js/issues/3758 Co-authored-by: LudwikJaniuk --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1ad5ccc36ef..bf7824827bb 100644 --- a/README.md +++ b/README.md @@ -185,3 +185,7 @@ This project adheres to the [Release Guidelines](./REVIEW.md). [netlify-url]: https://app.netlify.com/sites/web3-staging/deploys [stackexchange-image]: https://img.shields.io/badge/web3js-stackexchange-brightgreen [stackexchange-url]: https://ethereum.stackexchange.com/questions/tagged/web3js + +## Semantic versioning + +This project follows [semver](https://semver.org/) as closely as possible **from version 1.3.0 onwards**. Earlier minor version bumps [might](https://github.com/ethereum/web3.js/issues/3758) have included breaking behavior changes.