We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12221dc commit d893f13Copy full SHA for d893f13
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# CHANGELOG
2
3
+## v0.3.1 (2023-02-24)
4
+
5
### Features
6
7
* support enum.
@@ -8,7 +10,6 @@
8
10
9
11
* Fixed an error when loading traits. #37
12
-
13
## v0.3.0 (2023-02-23)
14
15
src/Main.php
@@ -10,7 +10,7 @@
use Smeghead\PhpClassDiagram\Php\PhpReader;
class Main {
- const VERSION = 'v0.3.0';
+ const VERSION = 'v0.3.1';
public function __construct(string $directory, Options $options) {
16
$finder = new Finder();
0 commit comments