Skip to content

Commit

Permalink
Merge pull request #407 from koxudaxi/support_idea_2021_3
Browse files Browse the repository at this point in the history
Support IntelliJ IDEA 2021.3
  • Loading branch information
koxudaxi committed Dec 9, 2021
2 parents 0d3f270 + 708831a commit 125b70f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ intellij {


patchPluginXml {
sinceBuild = "213.5744.248"
sinceBuild = "213.5744.223"
untilBuild = "213.*"
}

Expand Down
7 changes: 6 additions & 1 deletion resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
<idea-plugin url="https://github.com/koxudaxi/pydantic-pycharm-plugin" require-restart="true">
<id>com.koxudaxi.pydantic</id>
<name>Pydantic</name>
<version>0.3.9</version>
<version>0.3.10</version>
<vendor email="koaxudai@gmail.com">Koudai Aono @koxudaxi</vendor>
<change-notes><![CDATA[
<h2>version 0.3.10</h2>
<p>Features</p>
<ul>
<li>Support IntelliJ IDEA 2021.3 [#407]</li>
</ul>
<h2>version 0.3.9</h2>
<p>Features</p>
<ul>
Expand Down

0 comments on commit 125b70f

Please sign in to comment.