From a7e793e66a3858c9ed8d0627b8f82f1476b26c97 Mon Sep 17 00:00:00 2001 From: ruanshudong Date: Sat, 14 Mar 2020 18:27:35 +0800 Subject: [PATCH] fix README, add Version Management --- README.md | 6 ++++++ README.zh.md | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/README.md b/README.md index 9ed8d1822..8e41063d7 100755 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ For now it supports following languages: - PHP - Go +## Version Management + +Tars is composed of many modules, scattered in many warehouses, and the basic framework version and language version can develop independently. In view of this, from version 2.1.0, the Framework version tag is printed on the tarsframework warehouse, no longer reflected in the tars warehouse + +In addition, each component will have its own version. When there is a version dependency specification, each component will have its own version + ## Installation 1. If you are new to Tars, please read documentation [installation](https://tarscloud.github.io/TarsDocs_en/installation). diff --git a/README.zh.md b/README.zh.md index 12c49113c..6bbe18291 100755 --- a/README.zh.md +++ b/README.zh.md @@ -35,6 +35,13 @@ Tars详细介绍参见 [目录](https://tarscloud.github.io/TarsDocs/SUMMARY.htm * PHP * Go +### 版本管理 + +Tars由多种模块组成, 分散在多个仓库中, 并且基础框架版本和语言版本可以独立发展, 鉴于此, 从2.1.0版本开始, 框架的版本TAG打在TarsFramework仓库上, 不再体现在Tars这个仓库上. + +另外各个组件会有自己独立的版本, 当有版本依赖说明时, 各组件会独立说明. + + ### License Tars的开源协议为BSD-3-Clause,详情参见 [LICENSE](https://tarscloud.github.io/TarsDocs/license.html)。