Skip to content

Commit a13bf4d

Browse files
authored
Merge pull request #24 from yuuki/tagpr-from-v0.7.1
Release for v0.7.2
2 parents b864634 + 6ed8855 commit a13bf4d

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.7.2](https://github.com/yuuki/tcpulse/compare/v0.7.1...v0.7.2) - 2025-06-08
4+
- Add JSON Lines output format for measurement results by @yuuki in https://github.com/yuuki/tcpulse/pull/25
5+
- refactor: rename project from connperf to tcpulse by @yuuki in https://github.com/yuuki/tcpulse/pull/26
6+
37
## [v0.7.1](https://github.com/yuuki/tcpulse/compare/v0.7.0...v0.7.1) - 2025-06-06
48
- serve: support to pass addrs in a file as an argument by @yuuki in https://github.com/yuuki/tcpulse/pull/18
59
- bump version go by @yuuki in https://github.com/yuuki/tcpulse/pull/19

version.go

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

9-
const version = "0.7.1"
9+
const version = "0.7.2"
1010

1111
var revision = "HEAD"
1212

0 commit comments

Comments
 (0)