Skip to content

Commit 5262b2b

Browse files
committed
chore: resolve merge conflict in CHANGELOG.md
2 parents 7bbf25d + f450688 commit 5262b2b

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/compat-17.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
paths-ignore:
66
- '**/*.md'
77
- 'docs/**'
8+
pull_request:
9+
paths-ignore:
10+
- '**/*.md'
11+
- 'docs/**'
812

913
jobs:
1014
build:

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
deploy:
2626
needs: build
27-
runs-on: ubuntu-latest
27+
runs-on: ubuntu-24.04-arm
2828
environment:
2929
name: github-pages
3030
url: ${{ steps.deployment.outputs.page_url }}

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ 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-
<!-- JRELEASER_CHANGELOG_APPEND - Do not remove or modify this section -->
98
## [4.1.1](https://github.com/osiegmar/FastCSV/compare/v4.1.0...v4.1.1) (2026-03-08)
109

1110

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<p align="center">
1111
<a href="https://javadoc.io/doc/de.siegmar/fastcsv"><img src="https://javadoc.io/badge2/de.siegmar/fastcsv/javadoc.svg" alt="javadoc"></a>
1212
<a href="https://central.sonatype.com/artifact/de.siegmar/fastcsv"><img src="https://img.shields.io/maven-central/v/de.siegmar/fastcsv" alt="Maven Central"></a>
13+
<a href="https://github.com/akullpp/awesome-java"><img src="https://awesome.re/mentioned-badge.svg" alt="Mentioned in Awesome Java"></a>
1314
</p>
1415

1516
<p align="center">

0 commit comments

Comments
 (0)