Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
osiegmar committed Jun 15, 2024
1 parent 12eda07 commit 9a7e6df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
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.2.0] - 2024-06-15
### Added
- Add `writeRecord()` to `CsvWriter` to allow writing records field by field
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.2.0"
version = "3.3.0-SNAPSHOT"

project.base.archivesName = "fastcsv"

Expand Down

0 comments on commit 9a7e6df

Please sign in to comment.