From f26303c930e3ebf5d23f7b2f6f4d9bb07f4090f8 Mon Sep 17 00:00:00 2001 From: besendorf Date: Sun, 12 Apr 2026 09:54:29 +0200 Subject: [PATCH] Update README with warning about v3 breaking changes (#771) Added important note about upcoming breaking changes in v3. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 11e9b3e..f331433 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ # Mobile Verification Toolkit +> [!IMPORTANT] +> Soon we will merge the v3 pull request which will result in breaking changes. If you rely on mvt output in other script make sure to the the branch before we merge. More details: https://github.com/mvt-project/mvt/issues/757 + [![](https://img.shields.io/pypi/v/mvt)](https://pypi.org/project/mvt/) [![Documentation Status](https://readthedocs.org/projects/mvt/badge/?version=latest)](https://docs.mvt.re/en/latest/?badge=latest) [![CI](https://github.com/mvt-project/mvt/actions/workflows/tests.yml/badge.svg)](https://github.com/mvt-project/mvt/actions/workflows/tests.yml)