Skip to content

Commit 73c6af7

Browse files
authored
Merge pull request #122 from viartemev/release-0.14.0
release 0.14.0
2 parents 4a08237 + a9613b0 commit 73c6af7

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
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.13"
47+
version "0.14"
4848

4949
dependencies {
5050
compile("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version")
@@ -98,7 +98,7 @@ junitPlatformTest {
9898
}
9999

100100
patchPluginXml {
101-
version '0.13'
101+
version '0.14'
102102
sinceBuild '141.0'
103103
untilBuild ''
104104
}

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

Lines changed: 5 additions & 1 deletion
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.13</version>
4+
<version>0.14</version>
55
<vendor email="viartemev@gmail.com" url="https://github.com/viartemev">Vyacheslav Artemyev</vendor>
66

77
<description><![CDATA[
@@ -46,6 +46,10 @@
4646
<change-notes><![CDATA[
4747
<ul>
4848
<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>
4953
</ul>
5054
]]>
5155
</change-notes>

0 commit comments

Comments
 (0)