From f34b2c9e21766fc50367d3f13b6663ae68c4db30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Mon, 4 Dec 2023 09:13:05 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.16 --- 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 0fad53e..f4770b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # 版本更新日志 +## [1.0.0-alpha.16](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2023-12-04) + + +### ♻️ Code Refactoring | 代码重构 + +* 迁移到 hyperf3.1和 pestphp2 ([eee68ca](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/eee68cab8a06833114ae19dc2c746dcd50206cb4)) + ## [1.0.0-alpha.15](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2023-10-30) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index e4c193c..8bd43fb 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -1.0.0-alpha.15 \ No newline at end of file +1.0.0-alpha.16 \ No newline at end of file diff --git a/composer.json b/composer.json index cc8b6a9..62d49a5 100755 --- a/composer.json +++ b/composer.json @@ -129,5 +129,5 @@ "url": "https://mirrors.aliyun.com/composer/" } }, - "version": "1.0.0-alpha.15" + "version": "1.0.0-alpha.16" }