Skip to content
This repository has been archived by the owner on Sep 19, 2019. It is now read-only.

Commit

Permalink
Bump to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deefour committed Jul 28, 2014
1 parent c2cc46b commit dcc74a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -24,6 +24,12 @@ Documentation can be found on [**Read the Docs**](http://aide.readthedocs.org/en

## Changelog

#### 0.6.0 - July 27, 2014

- Laravel dependency bumped to 4.2
- Initial whitespace cleaning throughout `src/` and `tests/`
- Validation improvements including moving common code between entities and models into a trait

#### 0.5.0 - May 24, 2014

- Laravel service providers for `Repository` and `Policy` factories
Expand Down
2 changes: 1 addition & 1 deletion composer.json
@@ -1,7 +1,7 @@
{
"name": "deefour/aide",
"description": "A set of classes to assist Laravel and Silex development.",
"version": "0.5.0",
"version": "0.6.0",
"license": "MIT",
"keywords": ["deefour", "eloquent", "silex", "validation", "persistence", "laravel"],
"authors": [
Expand Down

0 comments on commit dcc74a7

Please sign in to comment.