Skip to content

Commit

Permalink
prepare v0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mamuz committed Feb 8, 2015
1 parent e264f09 commit 2af1ef3
Show file tree
Hide file tree
Showing 5 changed files with 187 additions and 145 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# Change Log
All notable changes to this project will be documented in this file.

## v0.4.0 - UNRELEASED
## v0.4.1 - UNRELEASED

## v0.4.0 - 2015-02-08
### Changed
- Normalize CHANGELOG.md
- Travis configuration
- Optimize .gitignore
- Change composer attribute type to project
- Update phpParser to 1.1.*
- Update graphviz to 0.2.*
- Update phpunit to 4.5.*
- BC: Move GraphViz interface from Builder to Writer
- BC: Refactor and changing data model in Json Writer
- BC: Rename fqcn accessor and mutator from fqn to fqcn in Location entity
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ After installing [`GraphViz`](http://www.graphviz.org/) the recommended way to i
```json
{
"require-dev": {
"mamuz/php-dependency-analysis": "0.3.*"
"mamuz/php-dependency-analysis": "0.4.*"
}
}
```
Expand Down
Binary file modified examples/inheritance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2af1ef3

Please sign in to comment.