From 44105f8e474513afeba27043047fd59856e615b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Fri, 26 Sep 2025 17:03:31 +0800 Subject: [PATCH] chore(release): 0.5.1 --- CHANGELOG.md | 7 +++++++ VERSION_TRACKER.txt | 2 +- composer.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d271faf..55cf770 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # 版本更新日志 +### [0.5.1](http://124.126.16.154:8888/singularity/hyperf-admin/compare/v0.5.0...v0.5.1) (2025-09-26) + + +### 🚀 Chore | 构建/工程依赖/工具 + +* **workflow:** 更新发布工作流配置 ([db34c59](http://124.126.16.154:8888/singularity/hyperf-admin/commit/db34c59acc7825f6f10298b4a3ce34500639fe24)) + ## [0.5.0](http://124.126.16.154:8888/singularity/hyperf-admin/compare/v0.4.3...v0.5.0) (2025-09-26) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index 79a2734..5d4294b 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -0.5.0 \ No newline at end of file +0.5.1 \ No newline at end of file diff --git a/composer.json b/composer.json index 79f1c75..ddd32ae 100644 --- a/composer.json +++ b/composer.json @@ -129,5 +129,5 @@ "url": "https://mirrors.cloud.tencent.com/composer/" } }, - "version": "0.5.0" + "version": "0.5.1" }