Skip to content

Commit 7bbf25d

Browse files
chore(main): release 4.1.1
1 parent ab0b233 commit 7bbf25d

5 files changed

Lines changed: 17 additions & 4 deletions

File tree

.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.0 # x-release-please-version
3+
version=4.1.1 # 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.0"
2+
".": "4.1.1"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ 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

88
<!-- JRELEASER_CHANGELOG_APPEND - Do not remove or modify this section -->
9+
## [4.1.1](https://github.com/osiegmar/FastCSV/compare/v4.1.0...v4.1.1) (2026-03-08)
10+
11+
12+
### Bug Fixes
13+
14+
* correct BomInputStream buffer offset for short inputs ([#174](https://github.com/osiegmar/FastCSV/issues/174)) ([1275474](https://github.com/osiegmar/FastCSV/commit/12754742eef3751135fb3a7c4c0a3fe44ea48497))
15+
16+
17+
### Performance Improvements
18+
19+
* precompute comment strategy check in parser ([6d6e874](https://github.com/osiegmar/FastCSV/commit/6d6e8746efbba84d8f65164bd826760ce3714835))
20+
* use range check in fast-forward loops ([85eb73f](https://github.com/osiegmar/FastCSV/commit/85eb73f1577f1939d3ef0c3ae5424a75e37eaf07))
21+
922
## [v4.1.0] - 2025-10-09
1023

1124
## 🚀 Features

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.1.1" // 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.0"; // x-release-please-version
10+
export const version = "4.1.1"; // x-release-please-version
1111

1212
## Declare dependency
1313

0 commit comments

Comments
 (0)