From d18a35d9b763e29b7af21dd9455c8a300c72c9c9 Mon Sep 17 00:00:00 2001 From: Speiger Date: Mon, 11 Oct 2021 19:39:09 +0200 Subject: [PATCH] Updated Readme to include deprecation of to old patches to save on space --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0562afd0..dbe183d3 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,9 @@ Any 0.x.0 version (Minor) can be reason for massive changes including API. To ensure that problems can be dealt with even if it is breaking the current API. Any breaking changes will be Documented (once 1.0 is released) +Also to save space every 0.0.x (Patch) that is 2 Minor Versions behind will be removed. +So if 0.5.0 is released every 0.3.x patch will be deleted, except for the last patch for that minor version. + # How to install Using Gradle: ```gradle