Skip to content

Commit

Permalink
Released v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gnugat committed Jan 25, 2016
1 parent dad550d commit 84ecc4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# CHANGELOG

##
## 0.4.0: Commands

* added support for `ContainerAwareCommand`
* added support for `Command` not registered as services

> **BC breaks**:
>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ micro-framework which follows the "add what you need" philosophy.

First install it using [Composer](https://getcomposer.org/download):

composer require gnugat/micro-framework-bundle:^0.3
composer require gnugat/micro-framework-bundle:^0.4

Then enable it in your application's kernel (e.g. `app/AppKernel.php`):

Expand Down

0 comments on commit 84ecc4a

Please sign in to comment.