Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svenluijten committed Jun 23, 2017
1 parent cf78cbc commit d7dbfd8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## [Unreleased]

## [0.2.0] - 2017-06-23
### Added
- `get:env` command
- `update:env` command
Expand All @@ -17,6 +19,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Changed
- Remove need for custom `->execute()` method on commands
- Loads of the commands' namespaces
- Folder structure in `/src/Commands`

### Fixed
- Minor typos in documentation
Expand Down Expand Up @@ -103,7 +107,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `update:site` command
- `delete:site` command

[Unreleased]: https://github.com/svenluijten/forge-cli/compare/0.1.5...HEAD
[Unreleased]: https://github.com/svenluijten/forge-cli/compare/0.2.0...HEAD
[0.2.0]: https://github.com/svenluijten/forge-cli/compare/0.1.5...0.2.0
[0.1.5]: https://github.com/svenluijten/forge-cli/compare/0.1.4...0.1.5
[0.1.4]: https://github.com/svenluijten/forge-cli/compare/0.1.3...0.1.4
[0.1.3]: https://github.com/svenluijten/forge-cli/compare/0.1.2...0.1.3
Expand Down
2 changes: 1 addition & 1 deletion bin/forge
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (file_exists(__DIR__.'/../../../autoload.php')) {
require __DIR__.'/../vendor/autoload.php';
}

$app = new Symfony\Component\Console\Application('Forge CLI', '0.1.5');
$app = new Symfony\Component\Console\Application('Forge CLI', '0.2.0');

$app->addCommands([
new Authorize,
Expand Down

0 comments on commit d7dbfd8

Please sign in to comment.