Skip to content

Commit c77d549

Browse files
Release for v0.0.5 (#12)
* [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 c64a0e8 commit c77d549

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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.5](https://github.com/nnnkkk7/go-simdcsv/compare/v0.0.4...v0.0.5) - 2026-01-23
4+
- ci: fix goreleaser mode by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/11
5+
- test: remove and integrate test by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/13
6+
- deps: pin and update actions by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/14
7+
- feat: add extended options and streaming parsing for CSV reader by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/15
8+
- refactor: split functions and move them by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/16
9+
- refactor: remove unnecessary stack by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/17
10+
311
## [v0.0.4](https://github.com/nnnkkk7/go-simdcsv/compare/v0.0.3...v0.0.4) - 2026-01-20
412
- ci: fix how to handle draft release by @nnnkkk7 in https://github.com/nnnkkk7/go-simdcsv/pull/9
513

version.go

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

3-
const Version = "0.0.4"
3+
const Version = "0.0.5"

0 commit comments

Comments
 (0)