Skip to content

Commit 5120975

Browse files
Release for v0.0.7 (#25)
* [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 ff2724e commit 5120975

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.7](https://github.com/nnnkkk7/go-simdcsv/compare/v0.0.6...v0.0.7) - 2026-01-26
4+
- refactor: update comments and constants for SIMD processing by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/24
5+
- docs: update readme by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/26
6+
- chore: fix formatting by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/27
7+
- feat: enhance CSV reader with input size limit and new field processing functions by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/28
8+
39
## [v0.0.6](https://github.com/nnnkkk7/go-simdcsv/compare/v0.0.5...v0.0.6) - 2026-01-25
410
- feat: implement SIMD-accelerated unescaping and quote handling by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/18
511
- docs: update readme by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/20

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.6"
4+
const Version = "0.0.7"

0 commit comments

Comments
 (0)