Skip to content

Commit 5049b1e

Browse files
Release for v0.0.14 (#66)
* [tagpr] prepare for the next release * [tagpr] update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1254118 commit 5049b1e

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [v0.0.14](https://github.com/nnnkkk7/go-simdcsv/compare/v0.0.13...v0.0.14) - 2026-02-02
4+
- refactor: optimize chunk processing and introduce fast path for no-quote scenarios by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/65
5+
- docs: update readme by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/67
6+
- refactor: use cached values by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/68
7+
- refactor: enhance SIMD processing by adding cached separator values by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/69
8+
- refactor: update SIMD processing to use 64-byte chunks by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/70
9+
- test: tweak benchamark tests by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/71
10+
311
## [v0.0.13](https://github.com/nnnkkk7/go-simdcsv/compare/v0.0.12...v0.0.13) - 2026-01-29
412
- chore: update CPU feature detection to use archsimd package by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/60
513
- perf: optimize SIMD mask processing with prefix XOR by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/62

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package simdcsv
22

33
// Version is the current version of the simdcsv package.
4-
const Version = "0.0.13"
4+
const Version = "0.0.14"

0 commit comments

Comments
 (0)