File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
+ - Nothing yet
9
+
10
+ ## [ 3.1.0] - 2024-03-09
8
11
### Added
9
12
- Add acceptCharsAfterQuotes() to CsvReaderBuilder and IndexedReaderBuilder to allow even stricter parsing
10
13
@@ -112,8 +115,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
112
115
113
116
- Initial release
114
117
115
- [ Unreleased ] : https://github.com/osiegmar/FastCSV/compare/v3.0.0...main
116
- [ 2.2.2 ] : https://github.com/osiegmar/FastCSV/compare/v2.2.2...v3.0.0
118
+ [ Unreleased ] : https://github.com/osiegmar/FastCSV/compare/v3.1.0...main
119
+ [ 3.1.0 ] : https://github.com/osiegmar/FastCSV/compare/v3.0.0...v3.1.0
120
+ [ 3.0.0 ] : https://github.com/osiegmar/FastCSV/compare/v2.2.2...v3.0.0
117
121
[ 2.2.2 ] : https://github.com/osiegmar/FastCSV/compare/v2.2.1...v2.2.2
118
122
[ 2.2.1 ] : https://github.com/osiegmar/FastCSV/compare/v2.2.0...v2.2.1
119
123
[ 2.2.0 ] : https://github.com/osiegmar/FastCSV/compare/v2.1.0...v2.2.0
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ plugins {
13
13
}
14
14
15
15
group = " de.siegmar"
16
- version = " 3.1.0-SNAPSHOT "
16
+ version = " 3.1.0"
17
17
18
18
project.base.archivesName = " fastcsv"
19
19
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >de.siegmar</groupId >
5
5
<artifactId >fastcsv</artifactId >
6
- <version >3.0 .0</version >
6
+ <version >3.1 .0</version >
7
7
</project >
You can’t perform that action at this time.
0 commit comments