Skip to content
This repository was archived by the owner on Nov 3, 2024. It is now read-only.

Commit bb40c26

Browse files
committed
incremented patch version for regression fix
1 parent 7673e35 commit bb40c26

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ideaVersion=2018.1
1111
#
1212
pluginGroup=de.plushnikov.intellij.plugin
1313
pluginName=lombok-plugin
14-
pluginVersion=0.34
14+
pluginVersion=0.34.1
1515
#
1616
sources=true
1717
#

parts/pluginChanges.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
<ul>
2+
<li>0.34.1
3+
<ol>
4+
<li>Fixed regression #998: Icon cannot be found 'icons/lombok.svg'</li>
5+
</ol>
6+
</li>
27
<li>0.34
38
<ol>
49
<li>Updated all lombok icons</li>
510
<li>Reworked and simplified plugin settings page</li>
611
<li>Automatically activate annotation processing if lombok library is present in background</li>
712
<li>Automatically suggestion to add lombok library if not present in project with lombok annotations</li>
8-
<!-- <li>Fixed #21: Experimental support for @ExtensionMethods, thanks to @NekoCaffeine</li>-->
913
<li>Fixed #919: Builder ignores visibility of XArgsConstructor</li>
1014
</ol>
1115
</li>

src/main/java/de/plushnikov/intellij/plugin/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public interface Version {
1313
/**
1414
* Current plugin version.
1515
*/
16-
@NonNls String PLUGIN_VERSION = "0.34";
16+
@NonNls String PLUGIN_VERSION = "0.34.1";
1717
/**
1818
* Current version of lombok plugin
1919
*/

src/main/resources/messages/LombokBundle.properties

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,7 @@ daemon.donate.title=Lombok support plugin updated to v{0}
167167
daemon.donate.content=<br/>\
168168
Helpful? <b><a href="https://www.paypal.me/mplushnikov">Donate with PayPal</a></b><br/><br/>\
169169
Fixes:<br/>\
170-
- Updated all lombok icons <br/>\
171-
- Reworked and simplified plugin-settings page<br/>\
172-
- Automatically activate annotation processing if lombok library is present in background<br/>\
173-
- Automatically suggestion to add lombok library if not present in project with lombok annotations<br/>\
174-
- Fixed (<a href="https://github.com/mplushnikov/lombok-intellij-plugin/issues/919">#919</a>): Builder ignores visibility of XArgsConstructor <br/>\
170+
- Fixed regression (<a href="https://github.com/mplushnikov/lombok-intellij-plugin/issues/998">#998</a>): Icon cannot be found 'icons/lombok.svg' <br/>\
175171
<br>\
176172
If you find my plugin helpful, donate me using <br><b>\
177173
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\\&hosted_button_id=3F9HXD7A2SMCN\\&source=url">PayPal</a>\

0 commit comments

Comments
 (0)