From 42c253f130ca0300b8f302eb2aa8c5ba172a6ef6 Mon Sep 17 00:00:00 2001 From: Beno!t POLASZEK Date: Fri, 17 Nov 2023 13:48:36 +0100 Subject: [PATCH] chore: prepare v4 release --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a2a9861..06658ca 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -[![Latest Unstable Version](http://poser.pugx.org/bentools/etl/v/unstable)](https://packagist.org/packages/bentools/etl) [![Latest Stable Version](https://poser.pugx.org/bentools/etl/v/stable)](https://packagist.org/packages/bentools/etl) [![License](https://poser.pugx.org/bentools/etl/license)](https://packagist.org/packages/bentools/etl) [![CI Workflow](https://github.com/bpolaszek/bentools-etl/actions/workflows/ci.yml/badge.svg)](https://github.com/bpolaszek/bentools-etl/actions/workflows/ci.yml) @@ -45,16 +44,13 @@ Installation ------------ ```bash -composer require bentools/etl:^4.0@alpha +composer require bentools/etl ``` > [!WARNING] -> Version 4.0 is a complete rewrite and introduces significant BC (backward compatibility) breaks. +> Current version (4.0) is a complete redesign and introduces significant BC (backward compatibility) breaks. > Avoid upgrading from `^2.0` or `^3.0` unless you're fully aware of the changes. -> [!IMPORTANT] -> Version 4.0 is still at an alpha stage. BC breaks might occur between alpha releases. - Usage -----