Skip to content

Commit 65ed023

Browse files
authored
Merge pull request #27 from yuuki/tagpr-from-v0.7.2
Release for v0.7.3
2 parents 6362ec7 + 44b85e6 commit 65ed023

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
## [v0.7.3](https://github.com/yuuki/tcpulse/compare/v0.7.2...v0.7.3) - 2025-06-08
4+
- refactor: replace cobra subcommands with pflag/viper flags by @yuuki in https://github.com/yuuki/tcpulse/pull/28
5+
36
## [v0.7.2](https://github.com/yuuki/tcpulse/compare/v0.7.1...v0.7.2) - 2025-06-08
47
- Add JSON Lines output format for measurement results by @yuuki in https://github.com/yuuki/tcpulse/pull/25
58
- refactor: rename project from connperf to tcpulse by @yuuki in https://github.com/yuuki/tcpulse/pull/26

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.7.2"
10+
const version = "0.7.3"
1111

1212
var revision = "HEAD"
1313
var showVersion bool

0 commit comments

Comments
 (0)