Skip to content

Commit c5d7bc8

Browse files
committed
prepare release
1 parent 15f8f71 commit c5d7bc8

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

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

1818
project.base.archivesName = "fastcsv"
1919

0 commit comments

Comments
 (0)