From 9a7e6df64dc17ac2ab9e76d0661666f0d87bb20d Mon Sep 17 00:00:00 2001 From: Oliver Siegmar Date: Sat, 15 Jun 2024 13:13:04 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 3 +++ lib/build.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53555c2c..172768b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 5dee0e02..56c3643c 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -13,7 +13,7 @@ plugins { } group = "de.siegmar" -version = "3.2.0" +version = "3.3.0-SNAPSHOT" project.base.archivesName = "fastcsv"