Skip to content

Commit cc7857a

Browse files
Release for v0.0.13 (#61)
* [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 105dd1d commit cc7857a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## [v0.0.13](https://github.com/nnnkkk7/go-simdcsv/compare/v0.0.12...v0.0.13) - 2026-01-29
4+
- chore: update CPU feature detection to use archsimd package by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/60
5+
- perf: optimize SIMD mask processing with prefix XOR by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/62
6+
- refactor: enhance record parsing efficiency by introducing no-quote path and optimizing memory usage by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/63
7+
- perf: improve memory allocation and parsing efficiency by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/64
8+
39
## [v0.0.12](https://github.com/nnnkkk7/go-simdcsv/compare/v0.0.11...v0.0.12) - 2026-01-27
410
- docs: add performance comparison by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/54
511
- docs: update readme by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/56

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.12"
4+
const Version = "0.0.13"

0 commit comments

Comments
 (0)