Skip to content

Commit aef32d9

Browse files
committed
v0.6.0 (2023-03-27)
Features * Added a division diagram to the output when the --dig-diagram option is specified. * Display a summary of the class Document Comment under the class name in the class diagram.
1 parent 2d83ee8 commit aef32d9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CHANGELOG
22

3+
## v0.6.0 (2023-03-27)
4+
35
### Features
46

57
* Added a division diagram to the output when the --dig-diagram option is specified.

src/Main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
class Main
1616
{
17-
const VERSION = 'v0.5.0';
17+
const VERSION = 'v0.6.0';
1818

1919
public function __construct(string $directory, Options $options)
2020
{

0 commit comments

Comments
 (0)