diff --git a/CHANGELOG.md b/CHANGELOG.md index f5ba482..d271faf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # 版本更新日志 +## [0.5.0](http://124.126.16.154:8888/singularity/hyperf-admin/compare/v0.4.3...v0.5.0) (2025-09-26) + + +### 🚀 Chore | 构建/工程依赖/工具 + +* **workflow:** 修改发布任务名称 ([ff7e959](http://124.126.16.154:8888/singularity/hyperf-admin/commit/ff7e959daaec12a3f8fa5b52054f3ab2b5d13612)) + ### [0.4.3](http://124.126.16.154:8888/singularity/hyperf-admin/compare/v0.4.2...v0.4.3) (2025-09-26) ### [0.4.2](http://124.126.16.154:8888/singularity/hyperf-admin/compare/v0.3.4...v0.4.2) (2025-09-26) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index 70d5b25..79a2734 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -0.4.3 \ No newline at end of file +0.5.0 \ No newline at end of file diff --git a/composer.json b/composer.json index 5553cfb..79f1c75 100644 --- a/composer.json +++ b/composer.json @@ -129,5 +129,5 @@ "url": "https://mirrors.cloud.tencent.com/composer/" } }, - "version": "0.4.3" + "version": "0.5.0" }