Skip to content

Commit 93457e0

Browse files
committed
Prepare 0.7.0
1 parent e007666 commit 93457e0

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [0.7.0] - 2020-06-19
10+
### Removed
11+
- Removed support for Symfony 2 and 3
12+
913
## [0.6.3] - 2020-01-17
1014
### Fixed
1115
- [Issue 58](https://github.com/mihaeu/dephpend/issues/58)
@@ -84,7 +88,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8488
- first tagged release
8589
- uml, text, dsm and metrics command
8690

87-
[Unreleased]: https://github.com/mihaeu/dephpend/compare/0.6.3...HEAD
91+
[Unreleased]: https://github.com/mihaeu/dephpend/compare/0.7.0...HEAD
92+
[0.6.3]: https://github.com/mihaeu/dephpend/compare/0.6.3...0.7.0
8893
[0.6.3]: https://github.com/mihaeu/dephpend/compare/0.6.2...0.6.3
8994
[0.6.2]: https://github.com/mihaeu/dephpend/compare/0.6.1...0.6.2
9095
[0.6.1]: https://github.com/mihaeu/dephpend/compare/0.6.0...0.6.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ $ php -n dephpend.phar
112112
__| | ___| |__) | |__| | |__) |__ _ __ __| |
113113
/ _` |/ _ \ ___/| __ | ___/ _ \ '_ \ / _` |
114114
| (_| | __/ | | | | | | | __/ | | | (_| |
115-
\__,_|\___|_| |_| |_|_| \___|_| |_|\__,_| version 0.6.3
115+
\__,_|\___|_| |_| |_|_| \___|_| |_|\__,_| version 0.7.0
116116
117117
Usage:
118118
command [options] [arguments]

bin/dephpend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $name = <<<EOT
3232
EOT;
3333

3434
$dependencyContainer = new DependencyContainer($internals);
35-
$application = new Application($name, '0.6.3', $dependencyContainer->dispatcher());
35+
$application = new Application($name, '0.7.0', $dependencyContainer->dispatcher());
3636
$application->add($dependencyContainer->umlCommand());
3737
$application->add($dependencyContainer->dotCommand());
3838
$application->add($dependencyContainer->dsmCommand());

0 commit comments

Comments
 (0)