From 50885c57e25ac544a56a2d2cb81d6beca11e7cc1 Mon Sep 17 00:00:00 2001 From: ch4o5 Date: Fri, 13 Jan 2023 18:17:21 +0000 Subject: [PATCH] chore(release): 0.2.2 --- 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 5267cbc..784384b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # 版本更新日志 +### [0.2.2](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v0.2.1...v0.2.2) (2023-01-13) + + +### ⚡ Performance Improvements | 性能优化 + +* **exceptions.handler:** 优化trace显示格式 ([9f9ff31](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/9f9ff31a83ea5662500c688471b78f02ff67eb15)) + ### 0.2.1 (2023-01-13) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index 7dff5b8..f477849 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -0.2.1 \ No newline at end of file +0.2.2 \ No newline at end of file diff --git a/composer.json b/composer.json index cecb89d..98b6e9c 100755 --- a/composer.json +++ b/composer.json @@ -107,5 +107,5 @@ "url": "https://repo.huaweicloud.com/repository/php/" } }, - "version": "0.2.1" + "version": "0.2.2" }