Skip to content

Commit 6b8e885

Browse files
committed
prepare 3.1.0 release
1 parent d8543b8 commit 6b8e885

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
- Nothing yet
9+
10+
## [3.1.0] - 2024-03-09
811
### Added
912
- Add acceptCharsAfterQuotes() to CsvReaderBuilder and IndexedReaderBuilder to allow even stricter parsing
1013

@@ -112,8 +115,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
112115

113116
- Initial release
114117

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
117121
[2.2.2]: https://github.com/osiegmar/FastCSV/compare/v2.2.1...v2.2.2
118122
[2.2.1]: https://github.com/osiegmar/FastCSV/compare/v2.2.0...v2.2.1
119123
[2.2.0]: https://github.com/osiegmar/FastCSV/compare/v2.1.0...v2.2.0

lib/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

1515
group = "de.siegmar"
16-
version = "3.1.0-SNAPSHOT"
16+
version = "3.1.0"
1717

1818
project.base.archivesName = "fastcsv"
1919

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>de.siegmar</groupId>
55
<artifactId>fastcsv</artifactId>
6-
<version>3.0.0</version>
6+
<version>3.1.0</version>
77
</project>

0 commit comments

Comments
 (0)