Skip to content

Commit

Permalink
incremented patch version for regression fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mplushnikov committed Jan 19, 2021
1 parent 7673e35 commit bb40c26
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ideaVersion=2018.1
#
pluginGroup=de.plushnikov.intellij.plugin
pluginName=lombok-plugin
pluginVersion=0.34
pluginVersion=0.34.1
#
sources=true
#
Expand Down
6 changes: 5 additions & 1 deletion parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
<ul>
<li>0.34.1
<ol>
<li>Fixed regression #998: Icon cannot be found 'icons/lombok.svg'</li>
</ol>
</li>
<li>0.34
<ol>
<li>Updated all lombok icons</li>
<li>Reworked and simplified plugin settings page</li>
<li>Automatically activate annotation processing if lombok library is present in background</li>
<li>Automatically suggestion to add lombok library if not present in project with lombok annotations</li>
<!-- <li>Fixed #21: Experimental support for @ExtensionMethods, thanks to @NekoCaffeine</li>-->
<li>Fixed #919: Builder ignores visibility of XArgsConstructor</li>
</ol>
</li>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/plushnikov/intellij/plugin/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public interface Version {
/**
* Current plugin version.
*/
@NonNls String PLUGIN_VERSION = "0.34";
@NonNls String PLUGIN_VERSION = "0.34.1";
/**
* Current version of lombok plugin
*/
Expand Down
6 changes: 1 addition & 5 deletions src/main/resources/messages/LombokBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,7 @@ daemon.donate.title=Lombok support plugin updated to v{0}
daemon.donate.content=<br/>\
Helpful? <b><a href="https://www.paypal.me/mplushnikov">Donate with PayPal</a></b><br/><br/>\
Fixes:<br/>\
- Updated all lombok icons <br/>\
- Reworked and simplified plugin-settings page<br/>\
- Automatically activate annotation processing if lombok library is present in background<br/>\
- Automatically suggestion to add lombok library if not present in project with lombok annotations<br/>\
- Fixed (<a href="https://github.com/mplushnikov/lombok-intellij-plugin/issues/919">#919</a>): Builder ignores visibility of XArgsConstructor <br/>\
- Fixed regression (<a href="https://github.com/mplushnikov/lombok-intellij-plugin/issues/998">#998</a>): Icon cannot be found 'icons/lombok.svg' <br/>\
<br>\
If you find my plugin helpful, donate me using <br><b>\
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\\&hosted_button_id=3F9HXD7A2SMCN\\&source=url">PayPal</a>\
Expand Down

0 comments on commit bb40c26

Please sign in to comment.