From dfd814c817d38521c764d83cec765ca0886e0467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Fri, 7 Apr 2023 08:36:52 +0000 Subject: [PATCH] chore(release): 0.4.0 --- CHANGELOG.md | 18 ++++++++++++++++++ VERSION_TRACKER.txt | 1 + composer.json | 3 ++- 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c657517 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# 版本更新日志 +## [0.4.0](http://124.126.16.154:8888/singularity/hyperf-admin/compare/v0.3.2...v0.4.0) (2023-04-07) + + +### 🐛 Bug Fixes | Bug 修复 + +* **menu:** 修复添加菜单不选择权限时候的报错 ([8f5592e](http://124.126.16.154:8888/singularity/hyperf-admin/commit/8f5592ecc8a93e4749558ba2362ca357151bcf1c)) + + +### 📦‍ Build System | 打包构建 + +* **composer:** 最低依赖版本改为 php7.4 ([254989e](http://124.126.16.154:8888/singularity/hyperf-admin/commit/254989e9922bdb333e57e2cbd69e31464d4de1bf)) +* **composer:** 更新包名 ([710eefc](http://124.126.16.154:8888/singularity/hyperf-admin/commit/710eefc4c6a3305c5653841c8f851e0b613f54e2)) +* **composer:** 限制 flysystem-oss 的版本 ([e9e6084](http://124.126.16.154:8888/singularity/hyperf-admin/commit/e9e6084e97620dda06cc9bde7fbe5e5162bbf894)) +* **composer:** 限制 flysystem-oss 的版本 ([3c5b77d](http://124.126.16.154:8888/singularity/hyperf-admin/commit/3c5b77dda68973e2fac9ce4c32a8cf8803129d33)) +* **hdk:** 引入 hdk-core ([dabfbdf](http://124.126.16.154:8888/singularity/hyperf-admin/commit/dabfbdf8612188043b7a4354bbe5c6e518422af9)) +* **semver:** 初始化版本记录文件 ([27b5f54](http://124.126.16.154:8888/singularity/hyperf-admin/commit/27b5f54d575ccc26747b00bf8c549c0935fb41d3)) +* 工程化项目 ([c2b56cf](http://124.126.16.154:8888/singularity/hyperf-admin/commit/c2b56cf9783cca6f69067a5434d2a0fd19ec89d6)) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index e69de29..60a2d3e 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -0,0 +1 @@ +0.4.0 \ No newline at end of file diff --git a/composer.json b/composer.json index c2a4414..ed11c03 100644 --- a/composer.json +++ b/composer.json @@ -128,5 +128,6 @@ "type": "composer", "url": "https://mirrors.cloud.tencent.com/composer/" } - } + }, + "version": "0.4.0" }