Skip to content

Commit

Permalink
Merge pull request #101 from viartemev/release-0.13.0
Browse files Browse the repository at this point in the history
release 0.13.0
  • Loading branch information
viartemev committed Apr 6, 2018
2 parents 91e82a7 + 469609f commit a363e64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ apply plugin: "org.junit.platform.gradle.plugin"
apply plugin: "org.jmailen.kotlinter"

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

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

patchPluginXml {
version '0.12'
version '0.13'
sinceBuild '141.0'
untilBuild ''
}
Expand Down
7 changes: 2 additions & 5 deletions 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.viartemev.requestmapper</id>
<name>Request mapper</name>
<version>0.12</version>
<version>0.13</version>
<vendor email="[email protected]" url="https://github.com/viartemev">Vyacheslav Artemyev</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -44,10 +44,7 @@

<change-notes><![CDATA[
<ul>
<li>Feature: Add regex handling for path variables in Spring</li>
<li>Feature: Add regex handling for path variables in JAX-RS</li>
<li>Improvement: the Object type is used for unknown path variables (instead of String)</li>
<li>Bug fix: fix the issue with handling path variables without @PathVariables annotation</li>
<li>Bug fix: No match path without slash at the begin</li>
</ul>
]]>
</change-notes>
Expand Down

0 comments on commit a363e64

Please sign in to comment.