From 518a8cfc5f305a4771a08b20f3bf1bd5f9739706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20K=C3=A4hm?= Date: Fri, 27 Oct 2023 13:31:30 +0200 Subject: [PATCH] [RELEASE] 3.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This Release contains: * [TASK] Followup for main branch renaming : reenable GH Actions [ea11b5b on \@2023-10-26](https://github.com/TYPO3-Solr/php-solr-explain/commit/ea11b5b) (thanks to Rafael Kähm) * [BUGFIX] Fix value precision for unit tests [d0f6ed0 on \@2023-10-26](https://github.com/TYPO3-Solr/php-solr-explain/commit/d0f6ed0) (thanks to Rafael Kähm) * [TASK] Fix PHP CS issues [4c93539 on \@2023-10-26](https://github.com/TYPO3-Solr/php-solr-explain/commit/4c93539) (thanks to Rafael Kähm) * [TASK] Drop PHP 7.2 + 7.3 support [739d883 on \@2023-10-27](https://github.com/TYPO3-Solr/php-solr-explain/commit/739d883) (thanks to Rafael Kähm) * [TASK] Refactor CI [4a2c929 on \@2023-10-27](https://github.com/TYPO3-Solr/php-solr-explain/commit/4a2c929) (thanks to Rafael Kähm) --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 513d39a..9aed99d 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "name": "apache-solr-for-typo3/php-solr-explain", "description": "PHP explain library for apache solr", + "version": "3.0.0", "license": "MIT", "authors": [ {