Skip to content

Commit

Permalink
release 1.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
shalousun committed Nov 7, 2020
1 parent 7484fdd commit b791aef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
3. 修改阿里版本dubbo注解名称解析错误 。
4. 修改模拟值生成错误。
5. 支持ResponseBodyAdvice通用接口响应包装设置。
6. 修复类同时继承和基类和实现接口中可能出现字段重复的bug。
#### 版本号:1.9.7
- 更新日期: 2020-10-24
- 更新内容:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>smart-doc</artifactId>
<packaging>jar</packaging>
<version>1.9.7</version>
<version>1.9.8</version>

<name>smart-doc</name>
<url>https://github.com/smart-doc-group/smart-doc.git</url>
Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>com.github.shalousun</groupId>
<artifactId>common-util</artifactId>
<version>1.9.9</version>
<version>2.0.0</version>
</dependency>
<!--markdown to html-->
<dependency>
Expand Down

0 comments on commit b791aef

Please sign in to comment.