From c6602a81abb5194ed77538fd964ad6c5e4e2d959 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 29 Mar 2020 13:07:27 +0200 Subject: [PATCH 1/2] Updated to infection 0.16 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 9cadd738..7094757d 100644 --- a/composer.json +++ b/composer.json @@ -63,8 +63,8 @@ "devster/ubench": "^2.0", "dms/phpunit-arraysubset-asserts": "^0.2.0", "eaglewu/swoole-ide-helper": "dev-master", - "infection/infection": "^0.15.0", - "phpstan/phpstan": "^0.12.3", + "infection/infection": "^0.16.1", + "phpstan/phpstan": "^0.12.18", "phpunit/phpunit": "^9.0.1", "roave/security-advisories": "dev-master", "shlinkio/php-coding-standard": "~2.1.0", @@ -135,7 +135,7 @@ "test:api:ci": "@test:api --coverage-php build/coverage-api.cov", "test:unit:pretty": "phpdbg -qrr vendor/bin/phpunit --order-by=random --colors=always --coverage-html build/coverage", "infect": "infection --threads=4 --min-msi=80 --log-verbosity=default --only-covered", - "infect:ci": "@infect --coverage=build", + "infect:ci": "@infect --coverage=build --skip-initial-tests", "infect:show": "@infect --show-mutations", "infect:test": [ "@test:unit:ci", From 1ca50a4a8af5db444f53e188774d2c203ca5d9b9 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 29 Mar 2020 13:08:21 +0200 Subject: [PATCH 2/2] Updated changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e2e6311..9e7d5ea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org). -## [Unreleased] +## 2.1.2 - 2020-03-29 #### Added @@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this #### Changed -* *Nothing* +* [#696](https://github.com/shlinkio/shlink/issues/696) Updated to infection v0.16. #### Deprecated