diff --git a/CHANGELOG.md b/CHANGELOG.md index c7c2852..93d6ae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,21 @@ # 版本更新日志 +## [1.0.0-alpha.4](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2023-09-26) + + +### 📦‍ Build System | 打包构建 + +* **composer:** 引入 pest 并升级到 php8.1 ([dbbe278](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/dbbe278aa6c96634ed5792b5782825770c5cabe8)) + + +### ✨ Features | 新功能 + +* **i18n:** 增加枚举值,更新中间件调用方式 ([4032d67](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/4032d67f1e56b8ce29fbfa5bd77ead2636a6ffd3)) + + +### ✅ Tests | 测试 + +* **http:** 完成并通过了 http 请求的测试 ([7a209e8](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/7a209e876f8b4301b7bc78f05b68798eb65e77f7)) + ## [1.0.0-alpha.3](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2023-08-30) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index 0a542cf..b2ddff5 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -1.0.0-alpha.3 \ No newline at end of file +1.0.0-alpha.4 \ No newline at end of file diff --git a/composer.json b/composer.json index e22a15e..7a96a80 100755 --- a/composer.json +++ b/composer.json @@ -116,5 +116,5 @@ "url": "https://mirrors.aliyun.com/composer/" } }, - "version": "1.0.0-alpha.3" + "version": "1.0.0-alpha.4" }