Skip to content

Commit 6ca4538

Browse files
committed
[INTERNAL] Bump version 2.10.0
1 parent 2b4f444 commit 6ca4538

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2.9.4
1+
2.10.0
22
Apr 19, 2020
33

44
FIX: resolve CSV/TSV file type conflict for versions 2020.* with Database plugin

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ This enables default editor features like syntax validation, highlighting and in
3232

3333
(see [full changelog](./CHANGELOG))
3434

35-
**Please note**
35+
**!!Please note!!**
3636

37-
Due to a bug in all editions of IntelliJ 2019.2.\*, the plugin now comes in two versions. Both versions are identical except a configuration workaround, which is only part of the version ending with *-192*. This version is not compatible - and will therefore not work properly - with never versions (>= 2019.3.\*) of the IntelliJ IDE.
37+
Starting with **CSV Plugin 2.10.0**, _new features will only be developed for IntelliJ IDE 2019.3 and higher_.
38+
39+
Major bug fixes will still be release for previous IDE versions 2017.3.1 - 2019.2.\*, but no new features or cosmetic fixes.
3840

3941
### Syntax parser & validation
4042

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.9.4'
27+
version '2.10.0'
2828

2929
apply plugin: 'java'
3030
sourceCompatibility = javaVersion

0 commit comments

Comments
 (0)