release 1.9.5

This commit is contained in:
oppofind 2020-09-19 16:23:16 +08:00
parent 2e1e03a90b
commit ea3cf02c05
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
## smart-doc版本
版本小于1.0都属于试用正式1.0起始发布将会等到文中提到的问题解决后才发布。
#### 版本号1.9.5
- 更新日期: 2020-09-19
- 更新内容:
1. 接口参数无注解时将required设置为false。
2. 修改html自适应。
#### 版本号1.9.4
- 更新日期: 2020-09-06
- 更新内容:

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>smart-doc</artifactId>
<packaging>jar</packaging>
<version>1.9.4</version>
<version>1.9.5</version>
<name>smart-doc</name>
<url>https://github.com/smart-doc-group/smart-doc.git</url>
@ -44,7 +44,7 @@
<dependency>
<groupId>com.ibeetl</groupId>
<artifactId>beetl</artifactId>
<version>3.1.8.RELEASE</version>
<version>3.2.0.RELEASE</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.qdox</groupId>