From 200a98293a90962ee4109bfde224ae2d4d7b2fde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Sat, 6 May 2023 09:46:51 +0000 Subject: [PATCH] chore(release): 0.2.17 --- 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 82d1c5b..e6b2b0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ # 版本更新日志 +### [0.2.17](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v0.2.16...v0.2.17) (2023-05-06) + + +### 📦‍ Build System | 打包构建 + +* **composer:** 更新依赖 ([d22bd3e](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/d22bd3ee587f7799b33a28015c148e50afe79107)) + + +### ✨ Features | 新功能 + +* **xml:** 实现了解析xml的方法 ([be818b7](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/be818b708011bb05a65752380248c8307938d110)) + ### [0.2.16](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v0.2.15...v0.2.16) (2023-04-25) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index d84abc1..dd76784 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -0.2.16 \ No newline at end of file +0.2.17 \ No newline at end of file diff --git a/composer.json b/composer.json index 4b231ce..7976859 100755 --- a/composer.json +++ b/composer.json @@ -111,5 +111,5 @@ "url": "https://mirrors.cloud.tencent.com/composer/" } }, - "version": "0.2.16" + "version": "0.2.17" }