Skip to content

Commit 39ebe8c

Browse files
authored
Merge pull request #39 from yuuki/tagpr-from-v0.8.1
Release for v0.8.2
2 parents f9272df + 7b8258b commit 39ebe8c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## [v0.8.2](https://github.com/yuuki/tcpulse/compare/v0.8.1...v0.8.2) - 2025-06-13
4+
- refactor: separate printer functionality into dedicated module by @yuuki in https://github.com/yuuki/tcpulse/pull/40
5+
- Fix SIGINT handling in high-load ephemeral TCP/UDP mode by @yuuki in https://github.com/yuuki/tcpulse/pull/41
6+
37
## [v0.8.1](https://github.com/yuuki/tcpulse/compare/v0.8.0...v0.8.1) - 2025-06-10
48
- test: add comprehensive test for multiple concurrent client connections by @yuuki in https://github.com/yuuki/tcpulse/pull/32
59
- fix: optimize sync.Pool usage to avoid allocation during Put() calls by @yuuki in https://github.com/yuuki/tcpulse/pull/33

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/spf13/pflag"
88
)
99

10-
const version = "0.8.1"
10+
const version = "0.8.2"
1111

1212
var revision = "HEAD"
1313
var showVersion bool

0 commit comments

Comments
 (0)