Skip to content

Commit d893f13

Browse files
committed
v0.3.1 (2023-02-24)
Features * support enum. Bug fix * Fixed an error when loading traits. #37
1 parent 12221dc commit d893f13

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

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

3+
## v0.3.1 (2023-02-24)
4+
35
### Features
46

57
* support enum.
@@ -8,7 +10,6 @@
810

911
* Fixed an error when loading traits. #37
1012

11-
1213
## v0.3.0 (2023-02-23)
1314

1415
### Features

src/Main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Smeghead\PhpClassDiagram\Php\PhpReader;
1111

1212
class Main {
13-
const VERSION = 'v0.3.0';
13+
const VERSION = 'v0.3.1';
1414

1515
public function __construct(string $directory, Options $options) {
1616
$finder = new Finder();

0 commit comments

Comments
 (0)