Skip to content

Commit 52c5c98

Browse files
authored
Merge pull request #151 from viartemev/release-0.15.0
Release 0.15.0
2 parents 3e0f657 + bc4da12 commit 52c5c98

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ apply plugin: "org.junit.platform.gradle.plugin"
4444
apply plugin: "org.jmailen.kotlinter"
4545

4646
group "com.viartemev.requestmapper"
47-
version "0.14"
47+
version "0.15"
4848

4949
dependencies {
5050
compile("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version")
@@ -94,7 +94,7 @@ junitPlatformTest {
9494
}
9595

9696
patchPluginXml {
97-
version '0.14'
97+
version '0.15'
9898
sinceBuild '141.0'
9999
untilBuild ''
100100
}

src/main/resources/META-INF/plugin.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>com.viartemev.requestmapper</id>
33
<name>Request mapper</name>
4-
<version>0.14</version>
4+
<version>0.15</version>
55
<vendor email="viartemev@gmail.com" url="https://github.com/viartemev">Vyacheslav Artemyev</vendor>
66

77
<description><![CDATA[
@@ -45,11 +45,8 @@
4545

4646
<change-notes><![CDATA[
4747
<ul>
48-
<li>Feature: add PATCH mapping for JAX-RS</li>
49-
<li>Feature: add support for variables in @PathParam annotation (JAX-RS)</li>
50-
<li>Feature: add support for variables in @PathVariable annotation (Spring)</li>
51-
<li>Feature: add support for PsiPolyadicExpression mapping annotation (Spring, JAX-RS)</li>
52-
<li>Bug fix: JAX-RS annotations issue</li>
48+
<li>Bug fix (#127): No match root GET url if exist least one method with same PathVariable</li>
49+
<li>Improvements: Move to Kotlin 1.3</li>
5350
</ul>
5451
]]>
5552
</change-notes>

0 commit comments

Comments
 (0)