Skip to content

Commit 536d2e9

Browse files
committed
fix Version
1 parent 1654c47 commit 536d2e9

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/changelog.md

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

4+
## [v0.3.1]- 2020-11-25
5+
#### Added
6+
- 方法`ConvertHelper::hex2Str`
7+
- 方法`ConvertHelper::str2hex`
8+
9+
#### Fixed
10+
- none
11+
12+
#### Changed
13+
- move `ArrayHelper::array2Object` to `ConvertHelper::array2Object`
14+
- move `ArrayHelper::object2Array` to `ConvertHelper::object2Array`
15+
16+
#### Removed
17+
- none
18+
419
## [v0.3.0]- 2020-11-21
520
#### Added
621
- 方法`NumberHelper::money2Yuan`

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.3.0';
24+
const VERSION = '0.3.1';
2525
}

0 commit comments

Comments
 (0)