Skip to content

Commit a5e623e

Browse files
committed
[RELEASE] prepare 2.12.0
1 parent 85b2ae0 commit a5e623e

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.12.0
2+
Jun 13, 2020
3+
4+
FIX: no accessors for class CsvValueSeparator #221
5+
FIX: Default Value Separator get frequently reset to comma, changes only applied after restart #222
6+
17
2.11.1
28
May 9, 2020
39

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jacocoTestReport {
2424
}
2525

2626
group 'net.seesharpsoft.intellij.plugins'
27-
version '2.11.1'
27+
version '2.12.0'
2828

2929
apply plugin: 'java'
3030
sourceCompatibility = javaVersion

src/main/java/net/seesharpsoft/intellij/plugins/csv/components/CsvFileAttributes.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ public class CsvFileAttributes implements PersistentStateComponent<CsvFileAttrib
2929
public Map<String, Attribute> attributeMap = new HashMap<>();
3030

3131
static class Attribute {
32-
// holds the actual separator character
3332
@OptionTag(converter = CsvValueSeparator.CsvValueSeparatorConverter.class)
3433
public CsvValueSeparator separator;
3534
public CsvEscapeCharacter escapeCharacter;

src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848

4949
<change-notes><![CDATA[
5050
<pre style="font-family: sans-serif">
51-
NEW: Adding custom separator #177
52-
FIX: Memory issues and freezes after updating #204
51+
FIX: no accessors for class CsvValueSeparator #221
52+
FIX: Default Value Separator get frequently reset to comma, changes only applied after restart #222
5353
</pre>
5454
]]>
5555
</change-notes>

0 commit comments

Comments
 (0)