File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v0.1.0] ( https://github.com/nnnkkk7/go-simdcsv/compare/v0.0.14...v0.1.0 ) - 2026-02-14
4+ - refactor: enhance field parsing by adding quote detection and optimization flags by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/72
5+ - test: add benchmark tests for writer by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/74
6+ - refactor: optimize quote detection and writing by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/75
7+ - refactor: adjust SIMD thresholds and optimize quote detection in Writer by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/76
8+ - feat: use PCLMULQDQ by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/77
9+ - deps: upgrade go version to go1.26 by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/78
10+ - ci: add renovate by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/79
11+ - docs: update readme by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/80
12+
313## [ v0.0.14] ( https://github.com/nnnkkk7/go-simdcsv/compare/v0.0.13...v0.0.14 ) - 2026-02-02
414- refactor: optimize chunk processing and introduce fast path for no-quote scenarios by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/65
515- docs: update readme by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/67
Original file line number Diff line number Diff line change 11package simdcsv
22
33// Version is the current version of the simdcsv package.
4- const Version = "0.0.14 "
4+ const Version = "0.1.0 "
You can’t perform that action at this time.
0 commit comments