Skip to content

Commit

Permalink
release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyacheslav Artemyev committed May 2, 2018
1 parent 4a08237 commit a9613b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -44,7 +44,7 @@ apply plugin: "org.junit.platform.gradle.plugin"
apply plugin: "org.jmailen.kotlinter"

group "com.viartemev.requestmapper"
version "0.13"
version "0.14"

dependencies {
compile("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version")
Expand Down Expand Up @@ -98,7 +98,7 @@ junitPlatformTest {
}

patchPluginXml {
version '0.13'
version '0.14'
sinceBuild '141.0'
untilBuild ''
}
Expand Down
6 changes: 5 additions & 1 deletion src/main/resources/META-INF/plugin.xml
@@ -1,7 +1,7 @@
<idea-plugin>
<id>com.viartemev.requestmapper</id>
<name>Request mapper</name>
<version>0.13</version>
<version>0.14</version>
<vendor email="viartemev@gmail.com" url="https://github.com/viartemev">Vyacheslav Artemyev</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -46,6 +46,10 @@
<change-notes><![CDATA[
<ul>
<li>Feature: add PATCH mapping for JAX-RS</li>
<li>Feature: add support for variables in @PathParam annotation (JAX-RS)</li>
<li>Feature: add support for variables in @PathVariable annotation (Spring)</li>
<li>Feature: add support for PsiPolyadicExpression mapping annotation (Spring, JAX-RS)</li>
<li>Bug fix: JAX-RS annotations issue</li>
</ul>
]]>
</change-notes>
Expand Down

0 comments on commit a9613b0

Please sign in to comment.