Skip to content

Commit

Permalink
Release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphr committed Jun 16, 2023
1 parent a84ba03 commit bb242e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions change-notes.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<html lang="en">
<h2>1.6.1</h2>
<ul>
<li>Add smart completion for target in <code>Mapping</code> (already mapped target are not proposed)</li>
<li>Bug fix: Fix auto-completion for nested public fields</li>
<li>Bug fix: Fix IndexOutOfBoundsException for target methods without parameter</li>
</ul>
<h2>1.6.0</h2>
<ul>
<li>Support <code>@InheritConfiguration</code> for unmapped target properties inspection</li>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runGenerators = true

pluginGroup = org.mapstruct
pluginName = mapstruct-intellij
pluginVersion = 1.6.1-SNAPSHOT
pluginVersion = 1.6.1

publishPluginId =
publishUsername =
Expand Down

0 comments on commit bb242e6

Please sign in to comment.