Skip to content

Commit

Permalink
Release of new version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmonod committed Mar 15, 2022
1 parent 9a1a4fb commit a31f08e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
VERSION 1 FIRST STABLE VERSION
===============================

Version 1.7 - Compatibility with Sf/Console v6 + cleanup the tests + switch to github actions
15/03/2022 07:32 1.7.0 initial release
9a1a4fb Fix the error message when the local-php-security-checker is missing
69649a0 fix lowest version build, drop tests with symfony 2
55d74d6 allow building phars and avoid git default branch name warning
3833c2f cleanup php method signatures
9e542ad switch to github actions
9b9eeac Fix errors on Symfony/Console v6.0+
6dbe73d Cleanup the tests output + migrate the XML config
db6a2be Add some doc about how to run the tests locally + replace laurent by jo

Version 1.6 - Create prerequisite that checks for composer dependencies to development versions
23/11/2021 07:59 1.6.4 Add support for Symfony 6
8bba876 Update composer.lock
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.4');
define('RMT_VERSION', '1.7.0');

use Liip\RMT\Command\ChangesCommand;
use Liip\RMT\Command\ReleaseCommand;
Expand Down

0 comments on commit a31f08e

Please sign in to comment.