Skip to content

Commit 7a572f9

Browse files
chore(main): release 4.2.0 (#182)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 300083a commit 7a572f9

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.buildspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
groupId=de.siegmar
22
artifactId=fastcsv
3-
version=4.1.1 # x-release-please-version
3+
version=4.2.0 # x-release-please-version
44
gitRepo=https://github.com/osiegmar/FastCSV.git
55
gitTag=v${version}
66
tool=gradle

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.1.1"
2+
".": "4.2.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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+
## [4.2.0](https://github.com/osiegmar/FastCSV/compare/v4.1.1...v4.2.0) (2026-04-04)
9+
10+
11+
### Features
12+
13+
* add FieldMismatchStrategy to replace allowExtraFields/allowMissingFields ([b1049ac](https://github.com/osiegmar/FastCSV/commit/b1049ac7a2277ae2ecaae54276cf211851e479a5)), closes [#176](https://github.com/osiegmar/FastCSV/issues/176)
14+
815
## [4.1.1](https://github.com/osiegmar/FastCSV/compare/v4.1.0...v4.1.1) (2026-03-08)
916

1017

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "de.siegmar"
7-
version = "4.2.0-SNAPSHOT" // x-release-please-version
7+
version = "4.2.0" // x-release-please-version
88

99
subprojects {
1010
group = rootProject.group

docs/src/content/docs/guides/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77

88
import {Tabs, TabItem, LinkCard, Code} from '@astrojs/starlight/components';
99

10-
export const version = "4.1.1"; // x-release-please-version
10+
export const version = "4.2.0"; // x-release-please-version
1111

1212
## Declare dependency
1313

0 commit comments

Comments
 (0)