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

Commit 0775529

Browse files
author
warrickbayman
committed
Bin version number bump.
1 parent d9862d9 commit 0775529

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Changelog
22

3-
## [0.3.0]
3+
## [0.3.1] 17-03-2020
44
### Added
55
* Added a new more tests.
66
* Support for the new server scripts feature.
77

88
### Changed
99
* Updated `ReleaseService::fetch()` to throw an exception if there is no response from the server.
10+
* Refactored the `Deployer` class to allow for better testing.
1011

1112
## [0.2.3] 17-03-2020
1213
### Fixed

Diff for: bin/attache

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (file_exists(__DIR__.'/../vendor/autoload.php')) {
77
require __DIR__.'/../../../autoload.php';
88
}
99

10-
$app = new \Symfony\Component\Console\Application('Attaché', '0.0.1');
10+
$app = new \Symfony\Component\Console\Application('Attaché', '0.3.1');
1111

1212
$app->add(new \TPG\Attache\Console\InitCommand());
1313
$app->add(new \TPG\Attache\Console\ServersShowCommand());

0 commit comments

Comments
 (0)