Skip to content

Commit

Permalink
Prepare 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaeu committed Jun 19, 2020
1 parent e007666 commit 93457e0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.7.0] - 2020-06-19
### Removed
- Removed support for Symfony 2 and 3

## [0.6.3] - 2020-01-17
### Fixed
- [Issue 58](https://github.com/mihaeu/dephpend/issues/58)
Expand Down Expand Up @@ -84,7 +88,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- first tagged release
- uml, text, dsm and metrics command

[Unreleased]: https://github.com/mihaeu/dephpend/compare/0.6.3...HEAD
[Unreleased]: https://github.com/mihaeu/dephpend/compare/0.7.0...HEAD
[0.6.3]: https://github.com/mihaeu/dephpend/compare/0.6.3...0.7.0
[0.6.3]: https://github.com/mihaeu/dephpend/compare/0.6.2...0.6.3
[0.6.2]: https://github.com/mihaeu/dephpend/compare/0.6.1...0.6.2
[0.6.1]: https://github.com/mihaeu/dephpend/compare/0.6.0...0.6.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -112,7 +112,7 @@ $ php -n dephpend.phar
__| | ___| |__) | |__| | |__) |__ _ __ __| |
/ _` |/ _ \ ___/| __ | ___/ _ \ '_ \ / _` |
| (_| | __/ | | | | | | | __/ | | | (_| |
\__,_|\___|_| |_| |_|_| \___|_| |_|\__,_| version 0.6.3
\__,_|\___|_| |_| |_|_| \___|_| |_|\__,_| version 0.7.0
Usage:
command [options] [arguments]
Expand Down
2 changes: 1 addition & 1 deletion bin/dephpend
Expand Up @@ -32,7 +32,7 @@ $name = <<<EOT
EOT;

$dependencyContainer = new DependencyContainer($internals);
$application = new Application($name, '0.6.3', $dependencyContainer->dispatcher());
$application = new Application($name, '0.7.0', $dependencyContainer->dispatcher());
$application->add($dependencyContainer->umlCommand());
$application->add($dependencyContainer->dotCommand());
$application->add($dependencyContainer->dsmCommand());
Expand Down

0 comments on commit 93457e0

Please sign in to comment.