Skip to content

Commit 992d1ae

Browse files
committed
v0.2.0
Features * add support Union Types. * remove PHP7.4 support.
1 parent e312414 commit 992d1ae

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## v0.2.0 (2023-02-16)
4+
5+
### Features
6+
7+
* add support Union Types.
8+
* remove PHP7.4 support.
9+
310
## v0.1.1 (2202-12-12)
411

512
### Bug fix

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.1.1';
13+
const VERSION = 'v0.2.0';
1414

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

0 commit comments

Comments
 (0)