From f422fb6b316b03983f0495ea4aebb878ab272c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Thu, 18 Jan 2024 05:52:26 +0000 Subject: [PATCH] chore(release): 1.0.0-beta.2 --- CHANGELOG.md | 12 ++++++++++++ VERSION_TRACKER.txt | 2 +- composer.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aa6fdd..5ab7a32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ # 版本更新日志 +## [1.0.0-beta.2](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2024-01-18) + + +### ⚡ Performance Improvements | 性能优化 + +* **exception:** 取消了必须是 apifox/postman 的设计 ([2167fd2](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/2167fd209a3cc46ea77fc64909ff8adf71ec6ef0)) + + +### 🐛 Bug Fixes | Bug 修复 + +* **CoreMiddleware:** 修复如果直接输出 ResponseInterface 实例会报错的问题 ([762acbb](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/762acbb368d6a901478fe3d6b2a3e30793f2c57c)) + ## [1.0.0-beta.1](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2023-12-15) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index ebb5fbf..d22846d 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -1.0.0-beta.1 \ No newline at end of file +1.0.0-beta.2 \ No newline at end of file diff --git a/composer.json b/composer.json index 7641fd0..2e026f7 100755 --- a/composer.json +++ b/composer.json @@ -130,5 +130,5 @@ "url": "https://mirrors.aliyun.com/composer/" } }, - "version": "1.0.0-beta.1" + "version": "1.0.0-beta.2" }