Skip to content

Commit

Permalink
release 2.6.8 (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent authored Nov 26, 2023
1 parent 8593919 commit df2265d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 6 additions & 0 deletions IDEA_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
* 2.6.8
* feat: Enhance support for enum fields in 'field' [(#1083)](https://github.com/tangcent/easy-yapi/pull/1083)

* amend: refactor ResolveMultiPath enum to encapsulate url selection logic [(#1079)](https://github.com/tangcent/easy-yapi/pull/1079)

* amend: Restrict api selection to single item in ApiCall [(#1078)](https://github.com/tangcent/easy-yapi/pull/1078)
* 2.6.7

* feat: Add support for exporting APIs as .http files [(#1076)](https://github.com/tangcent/easy-yapi/pull/1076)
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugin_name=EasyYapi
plugin_version=2.6.7.212.0
plugin_version=2.6.8.212.0
kotlin.code.style=official
kotlin_version=1.8.0
junit_version=5.9.2
itangcent_intellij_version=1.6.0
itangcent_intellij_version=1.6.1
6 changes: 2 additions & 4 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.6.7">v2.6.7(2023-11-19)</a><br>
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.6.8">v2.6.8(2023-11-26)</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 support for exporting APIs as .http files (<a href="https://github.com/tangcent/easy-yapi/pull/1076">#1076</a>)</li>

<li>enhancements: feat: support search in several dialogs (<a href="https://github.com/tangcent/easy-yapi/pull/1073">#1073</a>)</li>
<li>enhancements: feat: Enhance support for enum fields in 'field' (<a href="https://github.com/tangcent/easy-yapi/pull/1083">#1083</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.7.212.0</version>
<version>2.6.8.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 df2265d

Please sign in to comment.