From 9f32e4671dde4470cbe122e9d9789a4e8025d603 Mon Sep 17 00:00:00 2001 From: Gordon Date: Wed, 22 Sep 2021 10:52:39 +0200 Subject: [PATCH] docs(doc): update README.md --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index d76e5bd9..061a193d 100644 --- a/README.md +++ b/README.md @@ -66,19 +66,7 @@ We also provide a set of sample apps created using the Stream Flutter SDK at [th All of the Stream Chat packages follow [semantic versioning (semver)](https://semver.org/). -That means that with a version number x.y.z (major.minor.patch): - -- When releasing critical bug fixes, we make a patch release by changing the z number (ex: 3.6.2 to 3.6.3). -- When releasing new features or non-critical fixes, we make a minor release by changing the y number (ex: 3.6.2 to 3.7.0). -- When releasing breaking changes (backward incompatible), we make a major release by changing the x number (ex: 3.6.2 to 4.0.0). - -See the [semantic versioning](https://dart.dev/tools/pub/versioning#semantic-versions) section from the Dart docs for more information. - -This versioning policy does not apply to prerelease packages (below major version of 1). See this -[StackOverflow thread](https://stackoverflow.com/questions/66201337/how-do-dart-package-versions-work-how-should-i-version-my-flutter-plugins) -for more information on Dart package versioning. - -Whenever possible, we will add deprecation warnings in preparation for future breaking changes. +See our [versioning policy documentation](https://getstream.io/chat/docs/sdk/flutter/basics/versioning_policy/) for more information. ## We are hiring