Skip to content

Commit a363e64

Browse files
authored
Merge pull request #101 from viartemev/release-0.13.0
release 0.13.0
2 parents 91e82a7 + 469609f commit a363e64

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
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.12"
47+
version "0.13"
4848

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

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

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

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

77
<description><![CDATA[
@@ -44,10 +44,7 @@
4444

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

0 commit comments

Comments
 (0)