Skip to content

Commit

Permalink
Release of new version 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmonod committed Feb 9, 2021
1 parent e6fc16d commit 87e0e9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/Liip/RMT/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 87e0e9e

Please sign in to comment.