From 2e4afb2a565ea807cc8199f70855440edb8da675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastian=20Le=20Merdy?= Date: Thu, 3 Oct 2024 05:14:04 +0200 Subject: [PATCH] Remove Stability section because v1.x was released --- docs/getting-started.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 15e86abc..a743d0ff 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -151,12 +151,6 @@ The default JUnit testing syntax is based on annotations and does not feel idiomatic when used from Scala. MUnit tries to fill in the gap by providing a small Scala API on top of JUnit. -## Stability - -MUnit is a new library with no stability guarantees. While this project is -versioned at v0.x, it's expected that new releases, including patch releases, -will have binary and source breaking changes. - ## Inspirations MUnit is inspired by several existing testing libraries: