diff --git a/CHANGELOG.md b/CHANGELOG.md index 40b3d8b..41b4f2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # 版本更新日志 +## [1.0.0-beta.9](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2025-07-07) + + +### 📦‍ Build System | 打包构建 + +* **deps:** 更新依赖并添加 PHPSpec 支持 ([c8b4545](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/c8b454540d2c4371c72f6cb79b5f65b97e7b92f2)) + ## [1.0.0-beta.8](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2025-03-04) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index ebfa287..73ff4a6 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -1.0.0-beta.8 \ No newline at end of file +1.0.0-beta.9 \ No newline at end of file diff --git a/composer.json b/composer.json index a611a5b..264f6b5 100755 --- a/composer.json +++ b/composer.json @@ -136,5 +136,5 @@ "url": "https://mirrors.aliyun.com/composer/" } }, - "version": "1.0.0-beta.8" + "version": "1.0.0-beta.9" }