Skip to content

Commit

Permalink
release 1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shalousun committed May 8, 2020
1 parent 500ec6c commit 27b04a5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## smart-doc版本
版本小于1.0都属于试用,正式1.0起始发布将会等到文中提到的问题解决后才发布。
#### 版本号:1.8.6
- 更新日期: 2020-05-09
- 更新内容:
1. 增加localTime支持[git #I1F7CW](https://gitee.com/sunyurepository/smart-doc/issues/I1F7CW)。
2. 优化smart-doc导入Postman collection时的header问题[gitee #I1EX42](https://gitee.com/sunyurepository/smart-doc/issues/I1EX42)
3. 优化smart-doc-maven-plugin加载source的过滤,支持使用通配符来过滤。
7. 首次发布gradle插件,发布smart-doc-gradle-plugin插件,
#### 版本号:1.8.5
- 更新日期: 2020-04-19
- 更新内容:
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.8.5</version>
<version>1.8.6</version>

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

0 comments on commit 27b04a5

Please sign in to comment.