Prepared next release.

This commit is contained in:
Chris Hodges 2021-07-27 08:01:03 +02:00
parent 9553da6a1c
commit f006199201
2 changed files with 3 additions and 3 deletions

View File

@ -69,7 +69,7 @@ make it work with JUnit 5. Feel free to use the code (in package ```de.platon42.
## Changelog ## Changelog
### V0.2 (unreleased) ### V0.2 (27-Jul-21)
- Cosmetics: Added (same) icon for plugin as for file type. - Cosmetics: Added (same) icon for plugin as for file type.
- Performance improvement: Use Word-Index for global labels and symbols instead of iterating over the file. - Performance improvement: Use Word-Index for global labels and symbols instead of iterating over the file.

View File

@ -7,7 +7,7 @@ plugins {
} }
group = 'de.platon42' group = 'de.platon42'
version = '0.1' version = '0.2'
sourceCompatibility = "1.8" sourceCompatibility = "1.8"
targetCompatibility = "1.8" targetCompatibility = "1.8"
@ -46,7 +46,7 @@ intellij {
patchPluginXml { patchPluginXml {
setChangeNotes(""" setChangeNotes("""
<h4>V0.2 (xx-Jul-21)</h4> <h4>V0.2 (27-Jul-21)</h4>
<ul> <ul>
<li>Cosmetics: Added (same) icon for plugin as for file type. <li>Cosmetics: Added (same) icon for plugin as for file type.
<li>Performance improvement: Use Word-Index for global labels and symbols instead of iterating over the file. <li>Performance improvement: Use Word-Index for global labels and symbols instead of iterating over the file.