File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 3.7.0 ] - 2025-05-11
99### Added
1010- ` FieldModifiers.modify(Function<String, String>) ` to simply modify fields via functional interface
1111
@@ -162,7 +162,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
162162
163163- Initial release
164164
165- [ Unreleased ] : https://github.com/osiegmar/FastCSV/compare/v3.6.0...HEAD
165+ [ Unreleased ] : https://github.com/osiegmar/FastCSV/compare/v3.7.0...HEAD
166+ [ 3.7.0 ] : https://github.com/osiegmar/FastCSV/compare/v3.6.0...v3.7.0
166167[ 3.6.0 ] : https://github.com/osiegmar/FastCSV/compare/v3.5.0...v3.6.0
167168[ 3.5.0 ] : https://github.com/osiegmar/FastCSV/compare/v3.4.0...v3.5.0
168169[ 3.4.0 ] : https://github.com/osiegmar/FastCSV/compare/v3.3.1...v3.4.0
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ plugins {
1313}
1414
1515group = " de.siegmar"
16- version = " 3.7.0-SNAPSHOT "
16+ version = " 3.7.0"
1717
1818project.base.archivesName = " fastcsv"
1919
You can’t perform that action at this time.
0 commit comments