Skip to content

Commit

Permalink
prepare 3.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
osiegmar committed Mar 9, 2024
1 parent d8543b8 commit 6b8e885
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
- Nothing yet

## [3.1.0] - 2024-03-09
### Added
- Add acceptCharsAfterQuotes() to CsvReaderBuilder and IndexedReaderBuilder to allow even stricter parsing

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

- Initial release

[Unreleased]: https://github.com/osiegmar/FastCSV/compare/v3.0.0...main
[2.2.2]: https://github.com/osiegmar/FastCSV/compare/v2.2.2...v3.0.0
[Unreleased]: https://github.com/osiegmar/FastCSV/compare/v3.1.0...main
[3.1.0]: https://github.com/osiegmar/FastCSV/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/osiegmar/FastCSV/compare/v2.2.2...v3.0.0
[2.2.2]: https://github.com/osiegmar/FastCSV/compare/v2.2.1...v2.2.2
[2.2.1]: https://github.com/osiegmar/FastCSV/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/osiegmar/FastCSV/compare/v2.1.0...v2.2.0
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

group = "de.siegmar"
version = "3.1.0-SNAPSHOT"
version = "3.1.0"

project.base.archivesName = "fastcsv"

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.siegmar</groupId>
<artifactId>fastcsv</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
</project>

0 comments on commit 6b8e885

Please sign in to comment.