We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbfa248 commit 23fe4c7Copy full SHA for 23fe4c7
docs/changelog.md
@@ -2,6 +2,24 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [v0.5.0]- 2023-06-16
6
+
7
+#### Added
8
9
+- none
10
11
+#### Fixed
12
13
14
15
+#### Changed
16
17
+- 修改`BaseService::getResult`,取消类型限制
18
19
+#### Removed
20
21
22
23
## [v0.4.9]- 2023-06-15
24
25
#### Added
src/Version.php
@@ -21,5 +21,5 @@ class Version {
/**
* 版本号
*/
- const VERSION = '0.4.9';
+ const VERSION = '0.5.0';
}
0 commit comments