Skip to content

Commit d7a76ad

Browse files
committed
v0.5.0 (2023-03-12)
Features * add division diagram option.
1 parent 07046a4 commit d7a76ad

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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.5.0 (2023-03-12)
4+
35
### Features
46

57
* add division diagram option.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ If it finds packages that depend on each other, it will warn you with a thick re
211211
212212
### Division Diagram
213213
214-
If you are using the Enum added in PHP8.1, you can output the division chart.
214+
If you are using the Enum added in PHP8.1, you can output the division diagram.
215215
Visualizing the divisions used in the program can be useful for research and design.
216216
217217
![PlantUML output image.](output-division.png)

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.4.0';
17+
const VERSION = 'v0.5.0';
1818

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

0 commit comments

Comments
 (0)