Skip to content

Commit

Permalink
build: release version v1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lkqm committed Sep 30, 2024
1 parent 5cd8e3f commit 388a869
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'com.github.jetplugins'
version '1.1.8'
version '1.1.9'

java.sourceCompatibility = 1.8
java.targetCompatibility = 1.8
Expand Down
5 changes: 5 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@
</actions>

<change-notes><![CDATA[
1.1.9: <br>
- feat: 支持@ApiModelProperty是否必须标识<br>
- fix: 成功提示url跳转问题<br>
- other: 升级过期的接口<br>
<br>
1.1.8: <br>
- fix: 修复兼容问题<br>
- feat: 支持hibernate的NotEmpty/NotBlank注解<br>
Expand Down

0 comments on commit 388a869

Please sign in to comment.