Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
matteosister committed Dec 2, 2012
1 parent d0c6516 commit 92c8445
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ todo
* inject the caller and the command to the objects to populate props DONE
* use sha (default to HEAD) whenever it's possible inside constructors DONE
* remove the dependency-injection and config dependency DONE
* rewrite the tree implementation to not use recursion on every request
* rewrite the tree implementation to not use recursion on every request DONE

1.0.0
* git blame
* blobs management
* submodules management

Next
* introduce traits and make the library php 5.4 only?
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "An abstraction layer for git written in PHP 5.3",
"keywords": ["git"],
"homepage": "http://matteosister.github.com/GitElephant",
"version": "0.9.3",
"version": "0.9.5",
"license": "LGPLv3",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion package.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = GitElephant
desc = An abstraction layer for git written in PHP
version = 0.9.3
version = 0.9.5
license = GPL3
channel = pear.cypresslab.net
author = Matteo Giachino <[email protected]>
Expand Down

0 comments on commit 92c8445

Please sign in to comment.