From 87e0e9e109547b72f4ddaa44cf8d4a51cc55aa13 Mon Sep 17 00:00:00 2001 From: David Jeanmonod Date: Tue, 9 Feb 2021 10:31:29 +0100 Subject: [PATCH] Release of new version 1.6.3 --- CHANGELOG | 2 ++ composer.json | 2 +- src/Liip/RMT/Application.php | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2586db3..4af3f9a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,8 @@ VERSION 1 FIRST STABLE VERSION =============================== Version 1.6 - Create prerequisite that checks for composer dependencies to development versions + 09/02/2021 09:31 1.6.3 Replace sensiolabs/security-checker by sensiolabs/security-checker + ad38f80 Update deprecated security checker 12/01/2021 08:27 1.6.2 Adjust the test suite to support PHP 8 37aaf5a add php 8 support and drop php < 7.1 4e878d4 test with php 8 diff --git a/composer.json b/composer.json index e6d7db6..6a06d02 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "liip/rmt", - "version": "1.6.2", + "version": "1.6.3", "description": "Release Management Tool: a handy tool to help releasing new version of your software", "keywords": ["release", "version", "semantic versioning", "vcs tag", "pre-release", "post-release"], "homepage": "http://github.com/liip/RMT", diff --git a/src/Liip/RMT/Application.php b/src/Liip/RMT/Application.php index 8ab4315..06f1ef1 100644 --- a/src/Liip/RMT/Application.php +++ b/src/Liip/RMT/Application.php @@ -11,7 +11,7 @@ namespace Liip\RMT; -define('RMT_VERSION', '1.6.2'); +define('RMT_VERSION', '1.6.3'); use Liip\RMT\Command\ChangesCommand; use Liip\RMT\Command\ReleaseCommand;