Skip to content

Commit 05dce5d

Browse files
committed
prepare new release
1 parent 1d3ef0a commit 05dce5d

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
2.19.1
2-
Oct 21, 2022
1+
2.20.0
2+
Oct 24, 2022
33

44
FIX: Cannot load from object array because "data" is null #335 #337
5+
NEW: Support fast lexing for default comments
6+
NEW: Simplify & unify both lexers
7+
FIX: Empty comment indicator
58

69
2.19.0
710
Jul 24, 2022

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![EAP Status](https://github.com/SeeSharpSoft/intellij-csv-validator/actions/workflows/CronEAP.yml/badge.svg)](https://github.com/SeeSharpSoft/intellij-csv-validator/actions)
44
[![Coverage Status](https://coveralls.io/repos/github/SeeSharpSoft/intellij-csv-validator/badge.svg?branch=master)](https://coveralls.io/github/SeeSharpSoft/intellij-csv-validator?branch=master)
55
[![Known Vulnerabilities](https://snyk.io/test/github/SeeSharpSoft/intellij-csv-validator/badge.svg?targetFile=build.gradle)](https://snyk.io/test/github/SeeSharpSoft/intellij-csv-validator?targetFile=build.gradle)
6-
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/97769359388e44bfb7101346d510fccf)](https://www.codacy.com/app/github_124/intellij-csv-validator?utm_source=github.com&utm_medium=referral&utm_content=SeeSharpSoft/intellij-csv-validator&utm_campaign=Badge_Grade)
6+
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/97769359388e44bfb7101346d510fccf)](https://www.codacy.com/gh/SeeSharpSoft/intellij-csv-validator/dashboard?utm_source=github.com&utm_medium=referral&utm_content=SeeSharpSoft/intellij-csv-validator&utm_campaign=Badge_Grade)
77
[![BCH compliance](https://bettercodehub.com/edge/badge/SeeSharpSoft/intellij-csv-validator?branch=master)](https://bettercodehub.com/results/SeeSharpSoft/intellij-csv-validator/)
88

99
# Lightweight CSV Plugin for JetBrains IDE family

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jacocoTestReport {
1919
}
2020

2121
group 'net.seesharpsoft.intellij.plugins'
22-
version '2.19.1'
22+
version '2.20.0'
2323

2424
apply plugin: 'java'
2525
project.sourceCompatibility = JavaVersion.VERSION_11
@@ -78,6 +78,9 @@ intellij {
7878
patchPluginXml {
7979
changeNotes = """<pre style="font-family: sans-serif">
8080
FIX: Cannot load from object array because "data" is null #335 #337
81+
NEW: Support fast lexing for default comments
82+
NEW: Simplify & unify both lexers
83+
FIX: Empty comment indicator
8184
</pre>"""
8285
}
8386
publishPlugin {

0 commit comments

Comments
 (0)