diff --git a/CHANGELOG.md b/CHANGELOG.md index adc585d..2909f98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # 版本更新日志 +### [1.0.1](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0...v1.0.1) (2025-08-19) + + +### 👷 Continuous Integration | CI 配置 + +* **gitea:** 更新发布流程并简化版本号 ([bc9977a](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/bc9977a16f0a996aebccda403ceb51b65c28dddd)) + ## [1.0.0](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-beta.14...v1.0.0) (2025-08-18) ## [1.0.0-beta.14](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2025-08-12) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index afaf360..7f20734 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.0.1 \ No newline at end of file diff --git a/composer.json b/composer.json index faac5c6..1d92063 100755 --- a/composer.json +++ b/composer.json @@ -136,5 +136,5 @@ "url": "https://mirrors.aliyun.com/composer/" } }, - "version": "1.0.0" + "version": "1.0.1" }