Skip to content

Commit

Permalink
release 2.6.5 (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent authored Nov 6, 2023
1 parent 5172fa0 commit e412576
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 4 additions & 0 deletions IDEA_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* 2.6.5

* feat: Support configuring doc.source.disable to disable documentation reading [(#1059)](https://github.com/tangcent/easy-yapi/pull/1059)

* 2.6.4

* feat: Add recommended configuration for Jackson JsonPropertyOrder [(#1048)](https://github.com/tangcent/easy-yapi/pull/1048)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugin_name=EasyYapi
plugin_version=2.6.4.212.0
plugin_version=2.6.5.212.0
kotlin.code.style=official
kotlin_version=1.8.0
junit_version=5.9.2
Expand Down
8 changes: 2 additions & 6 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.6.4">v2.6.4(2023-10-22)</a><br>
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.6.5">v2.6.5(2023-11-06)</a><br>
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>

<ul>
<li style="list-style: none">enhancements:</li>

<li>enhancements: feat: Add recommended configuration for Jackson JsonPropertyOrder (<a href="https://github.com/tangcent/easy-yapi/pull/1048">#1048</a>)</li>

<li>enhancements: feat: Add new rule field.order.with (<a href="https://github.com/tangcent/easy-yapi/pull/1047">#1047</a>)</li>

<li>enhancements: feat: Apply field rules to getter and setter methods (<a href="https://github.com/tangcent/easy-yapi/pull/1044">#1044</a>)</li>
<li>enhancements: feat: Support configuring doc.source.disable to disable documentation reading (<a href="https://github.com/tangcent/easy-yapi/pull/1059">#1059</a>)</li>
</ul>
2 changes: 1 addition & 1 deletion idea-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>com.itangcent.idea.plugin.easy-yapi</id>
<name>EasyYapi</name>
<version>2.6.4.212.0</version>
<version>2.6.5.212.0</version>
<vendor email="[email protected]" url="https://github.com/tangcent">Tangcent</vendor>

<description><![CDATA[ Description will be added by gradle build]]></description>
Expand Down

0 comments on commit e412576

Please sign in to comment.