Skip to content

Commit

Permalink
[Release] Bumped version to 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack12816 committed Mar 26, 2014
1 parent ce6476e commit f5046cc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
Version 0.6.0
=============

* [b0e9d52](https://github.com/Jack12816/greppy/commit/b0e9d52) **[Commons]** Updated changelog.
* [22d640f](https://github.com/Jack12816/greppy/commit/22d640f) **[Commons]** Updated readme.
* [40486fc](https://github.com/Jack12816/greppy/commit/40486fc) **[Commons]** Updated readme.
* [e685164](https://github.com/Jack12816/greppy/commit/e685164) **[Global]** Added env variable to the greppy global variable.
* [8869288](https://github.com/Jack12816/greppy/commit/8869288) **[MVC-Loader][Binary]** Rewritten the MVC loader to improve performance (most parts now use parallel execution) and ported all necessary methods to work asynchronously. Added a -f/--force flag to the binary which works in combination with -k/--stop.
* [ce6476e](https://github.com/Jack12816/greppy/commit/ce6476e) **[Stores][Helper]** Added a check for environments without modules directory - so loading Greppy wont fail.

Version 0.5.1
=============

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "greppy",
"description": "Easy and lightweight application framework",
"version": "0.5.1",
"version": "0.6.0",
"private": false,
"author": "Hermann Mayer <hermann.mayer92@googlemail.com> (http://hermann-mayer.net/)",
"license": "LGPL-3.0",
Expand Down

0 comments on commit f5046cc

Please sign in to comment.