Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #193 from niels-nijens/prepare-0.3.0-release
Browse files Browse the repository at this point in the history
Prepare 0.3.0 release
  • Loading branch information
niels-nijens committed Jul 17, 2016
2 parents 7df87a1 + 38a8b0c commit 1732508
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,6 +6,29 @@ This project adheres to [Semantic Versioning 2](http://semver.org/).
## [Unreleased]


## [0.3.0] - 2016-07-17

### Added
* More verbose logging / reporting, including failure reporting. (#140)
* Verbosity to deployment strategy when failures occur. (#189)
* `FilePermissionTask` to change the permissions of files and directories. (#186)
* Init command to create an `accompli.json` file. (#169)
* Support for a document root subdirectory in `MaintenanceModeTask`. (#163, #164)
* Debug verbosity to `RepositoryCheckoutTask`. (#157)
* Better documentation of the available connection adapters. (#191)

### Changed
* Composer binary installation to be more secure. (#145)
* Upgraded to version 0.3 of Chrono. (#157)

### Removed
* PHP 5.4 support (#157, #175)

### Fixed
* `ComposerInstallTask` to be non-interactive. (#168)
* `RepositoryCheckoutTask` to be non-interactive. (#157)


## [0.2.1] - 2016-04-13

### Fixed
Expand Down Expand Up @@ -43,6 +66,7 @@ This release adds Symfony application deployment support to Accompli.
Initial Accompli release with basic tasks for installing and deploying a project on a local or remote location through SSH.


[Unreleased]: https://github.com/accompli/accompli/compare/0.2.1...HEAD
[Unreleased]: https://github.com/accompli/accompli/compare/0.3.0...HEAD
[0.3.0]: https://github.com/accompli/accompli/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/accompli/accompli/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/accompli/accompli/compare/0.1.0...0.2.0
2 changes: 1 addition & 1 deletion src/Accompli.php
Expand Up @@ -48,7 +48,7 @@ class Accompli
*
* @var string
**/
const VERSION = '0.1.0';
const VERSION = '0.3.0';

/**
* The parameter bag instance containing parameters for the service container.
Expand Down

0 comments on commit 1732508

Please sign in to comment.