diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eeb6b5..5222ec7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ # 版本更新日志 +## [1.0.0-alpha.0](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v0.2.23...v1.0.0-alpha.0) (2023-07-21) + + +### ✏️ Documentation | 文档 + +* **utils:** 移除了导致编辑器出错的注解 ([7ccf36b](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/7ccf36b398f86a31c7d8dde6ff24f0d9828cfb80)) + + +### ✨ Features | 新功能 + +* **controller:** 增加了一个 Rest 风格的 trait ([68844a6](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/68844a6132059da89f69a34ba59229c40e5bcace)) +* **trait:** 增加了分页响应的统一处理方法 ([fd788a7](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/fd788a7eb804b7fe085346d817123c04c8bd0d01)) + ### [0.2.23](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v0.2.22...v0.2.23) (2023-07-07) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index 0775789..d7261d8 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -0.2.23 \ No newline at end of file +1.0.0-alpha.0 \ No newline at end of file diff --git a/composer.json b/composer.json index ab6066f..0c06ea4 100755 --- a/composer.json +++ b/composer.json @@ -111,5 +111,5 @@ "url": "https://mirrors.aliyun.com/composer/" } }, - "version": "0.2.23" + "version": "1.0.0-alpha.0" }