Skip to content

Commit

Permalink
Release of new version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Dec 20, 2017
1 parent cedd796 commit a948dbd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Expand Up @@ -2,6 +2,18 @@
VERSION 1 FIRST STABLE VERSION
===============================

Version 1.3 - 1.3.0
20/12/2017 14:37 1.3.0 initial release
cedd796 add branch-alias in composer.json
ef072a7 update the lock file
85d993a allow symfony 4.0 (#129)
96056bc build with recent symfony versions and php 7.2
8a7b8ee have hg tests work correctly with new versions of mercurial
cb13a4a Add a Drifter option in the install possibilities
110a47f Travis build tweaks
854cc5a Require supported version of phpunit and fix test with forward compatibility layer
cfdce17 Update php requirement to only allow supported php versions

Version 1.2 - Compatibility with Symfony 3.0 and PHP 7.0
09/05/2017 10:03 1.2.7 Last security checker version + Documentation updates
d1a89e9 Fixed typo
Expand Down
2 changes: 1 addition & 1 deletion composer.json
@@ -1,6 +1,6 @@
{
"name": "liip/rmt",
"version": "1.2.7",
"version": "1.3.0",
"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
Expand Up @@ -11,7 +11,7 @@

namespace Liip\RMT;

define('RMT_VERSION', '1.2.7');
define('RMT_VERSION', '1.3.0');

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

0 comments on commit a948dbd

Please sign in to comment.