Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Commit

Permalink
v0.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
warrickbayman committed May 12, 2020
1 parent f09109d commit 71cdd9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## [0.4.15] 12-05-2020
### Added
* Added a new `releases:delete` command.

## [0.4.14] 12-05-2020
### Fixed
Fixed a bug in the `releases:list` command that would crash if a release has a non-timestamp directory name.
* Fixed a bug in the `releases:list` command that would crash if a release has a non-timestamp directory name.

## [0.4.13] 05-05-2020
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion bin/attache
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if (file_exists(__DIR__.'/../vendor/autoload.php')) {
require __DIR__.'/../../../autoload.php';
}

$app = new \Symfony\Component\Console\Application('Attaché', '0.4.14');
$app = new \Symfony\Component\Console\Application('Attaché', '0.4.15');

$app->add(new \TPG\Attache\Console\InitCommand());
$app->add(new \TPG\Attache\Console\ServersListCommand());
Expand Down

0 comments on commit 71cdd9a

Please sign in to comment.