Skip to content

Commit bb242e6

Browse files
committed
Release 1.6.1
1 parent a84ba03 commit bb242e6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

change-notes.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<html lang="en">
2+
<h2>1.6.1</h2>
3+
<ul>
4+
<li>Add smart completion for target in <code>Mapping</code> (already mapped target are not proposed)</li>
5+
<li>Bug fix: Fix auto-completion for nested public fields</li>
6+
<li>Bug fix: Fix IndexOutOfBoundsException for target methods without parameter</li>
7+
</ul>
28
<h2>1.6.0</h2>
39
<ul>
410
<li>Support <code>@InheritConfiguration</code> for unmapped target properties inspection</li>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runGenerators = true
1010

1111
pluginGroup = org.mapstruct
1212
pluginName = mapstruct-intellij
13-
pluginVersion = 1.6.1-SNAPSHOT
13+
pluginVersion = 1.6.1
1414

1515
publishPluginId =
1616
publishUsername =

0 commit comments

Comments
 (0)