From c9da61b5efcfb4b9cc6b934a39702931f9725ef2 Mon Sep 17 00:00:00 2001 From: Stijn de Gooijer Date: Thu, 6 Jun 2024 10:28:41 +0200 Subject: [PATCH] Add reassuring phrase --- docs/development/versioning.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/development/versioning.md b/docs/development/versioning.md index 56ed2766a9a3..e613199fe664 100644 --- a/docs/development/versioning.md +++ b/docs/development/versioning.md @@ -98,7 +98,7 @@ If the deprecation affects many users, we may extend the deprecation period. ## Release frequency Polars does not have a set release schedule. -We issue a new release whenever we feel like we have something new to offer that's valuable to our users. +We issue a new release whenever we feel like we have something new and valuable to offer to our users. In practice, a new minor version is released about once every one or two weeks. ### Breaking releases @@ -107,4 +107,5 @@ Over time, issues pop up that require a breaking change to address. When enough issues have accumulated, we issue a breaking release. So far, breaking releases have happened about once every three to six months. +The rate and severity of breaking changes will continue to diminish as Polars grows more solid. From this point on, we expect new major versions to be released about once every six months.