Skip to content

Commit

Permalink
fix docs/changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kakuilan committed Apr 13, 2021
1 parent cb39adc commit 198d565
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.

## [v0.4.0]- 2021-04-13
#### Added
- 增加`ValidateHelper::startsWiths`
- 增加`ValidateHelper::endsWiths`

#### Fixed
- none

#### Changed
- none

#### Removed
- none

## [v0.3.9]- 2021-02-23
#### Added
- 增加`OsHelper::remoteFileExists`
Expand Down
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ class Version {
/**
* 版本号
*/
const VERSION = '0.3.9';
const VERSION = '0.4.0';
}

0 comments on commit 198d565

Please sign in to comment.