Skip to content

Commit e9bedf4

Browse files
committed
fix doc
1 parent 157e816 commit e9bedf4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [v0.2.5]- 2020-10-15
5+
#### Added
6+
- none
7+
8+
#### Fixed
9+
- none
10+
11+
#### Changed
12+
- 修改`DirectoryHelper::getFileTree`,弃用`glob`函数
13+
14+
#### Removed
15+
- none
16+
417
## [v0.2.4]- 2020-09-25
518
#### Added
619
- none

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ class Version {
2121
/**
2222
* 版本号
2323
*/
24-
const VERSION = '0.2.4';
24+
const VERSION = '0.2.5';
2525
}

0 commit comments

Comments
 (0)