diff --git a/docs/changelog.md b/docs/changelog.md index eb5e9d4..c679d89 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,19 @@ # Changelog All notable changes to this project will be documented in this file. +## [v0.2.5]- 2020-10-15 +#### Added +- none + +#### Fixed +- none + +#### Changed +- 修改`DirectoryHelper::getFileTree`,弃用`glob`函数 + +#### Removed +- none + ## [v0.2.4]- 2020-09-25 #### Added - none diff --git a/src/Version.php b/src/Version.php index a3b3d9c..2b2fa07 100644 --- a/src/Version.php +++ b/src/Version.php @@ -21,5 +21,5 @@ class Version { /** * 版本号 */ - const VERSION = '0.2.4'; + const VERSION = '0.2.5'; } \ No newline at end of file