Skip to content

Commit adb0fdc

Browse files
committed
Release version 1.14.4
1 parent a41c287 commit adb0fdc

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11

22
# SmarterCSV 1.x Change Log
33

4+
## 1.14.4 (2025-05-26)
5+
* Bugfix: SmarterCSV::Reader fixing issue with header containing spaces ([PR 305](https://github.com/tilo/smarter_csv/pull/305) thanks to Felipe Cabezudo)
6+
47
## 1.14.3 (2025-05-04)
58
* Improved C-extension parsing logic:
69
- Added fast path for unquoted fields to avoid unnecessary quote checks.

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ A Big Thank you to everyone who filed issues, sent comments, and who contributed
5959
* [Randall B](https://github.com/randall-coding)
6060
* [Matthew Kennedy](https://github.com/MattKitmanLabs)
6161
* [Robert Reiz](https://github.com/reiz)
62+
* [Felipe Cabezudo](https://github.com/felipekb)

lib/smarter_csv/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SmarterCSV
4-
VERSION = "1.14.3"
4+
VERSION = "1.14.4"
55
end

0 commit comments

Comments
 (0)