release 2.1.6
This commit is contained in:
parent
5bb00d3e72
commit
d9c97b96fa
|
@ -1,5 +1,11 @@
|
||||||
## smart-doc版本
|
## smart-doc版本
|
||||||
版本小于1.0都属于试用,正式1.0起始发布将会等到文中提到的问题解决后才发布。
|
版本小于1.0都属于试用,正式1.0起始发布将会等到文中提到的问题解决后才发布。
|
||||||
|
#### 版本号:2.1.6
|
||||||
|
- 更新日期: 2020-05-10
|
||||||
|
- 更新内容:
|
||||||
|
1. 修复不允许List中放文件上传对象错误的bug。
|
||||||
|
2. 添加推送接口作者信息到torna。
|
||||||
|
3. 添加推送queryParams参数到torna(需要使用torna 1.6.0+)
|
||||||
#### 版本号:2.1.5
|
#### 版本号:2.1.5
|
||||||
- 更新日期: 2020-05-05
|
- 更新日期: 2020-05-05
|
||||||
- 更新内容:
|
- 更新内容:
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -5,7 +5,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>smart-doc</artifactId>
|
<artifactId>smart-doc</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>2.1.5</version>
|
<version>2.1.6</version>
|
||||||
|
|
||||||
<name>smart-doc</name>
|
<name>smart-doc</name>
|
||||||
<url>https://github.com/smart-doc-group/smart-doc.git</url>
|
<url>https://github.com/smart-doc-group/smart-doc.git</url>
|
||||||
|
|
Loading…
Reference in New Issue