From 24bba4675fbc2715888115db1ae9cd7dc9628037 Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Tue, 24 Dec 2019 16:04:58 +0100 Subject: [PATCH] Prepare for release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9eabea..bd9e622 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The current releases are numbered `0.x.y`. When a non-breaking change is introdu **When a breaking change is introduced, a new `0.x` version cycle is always started.** -It is therefore safe to lock your project to a given release cycle, such as `0.1.*`. +It is therefore safe to lock your project to a given release cycle, such as `0.3.*`. If you need to upgrade to a newer release cycle, check the [release history](https://github.com/brick/std/releases) for a list of changes introduced by each further `0.x.0` version.