Skip to content

Commit 634154c

Browse files
Release for v0.0.12 (#55)
* [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 abd93ee commit 634154c

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.12](https://github.com/nnnkkk7/go-simdcsv/compare/v0.0.11...v0.0.12) - 2026-01-27
4+
- docs: add performance comparison by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/54
5+
- docs: update readme by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/56
6+
- refactor: enhance error handling and improve code clarity by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/57
7+
- chore: remove unused code by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/58
8+
39
## [v0.0.11](https://github.com/nnnkkk7/go-simdcsv/compare/v0.0.10...v0.0.11) - 2026-01-27
410
- ci: add cpu check by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/42
511
- ci: add pprof option by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/44

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.11"
4+
const Version = "0.0.12"

0 commit comments

Comments
 (0)