Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.7.2](https://github.com/yuuki/tcpulse/compare/v0.7.1...v0.7.2) - 2025-06-08
- Add JSON Lines output format for measurement results by @yuuki in https://github.com/yuuki/tcpulse/pull/25
- refactor: rename project from connperf to tcpulse by @yuuki in https://github.com/yuuki/tcpulse/pull/26

## [v0.7.1](https://github.com/yuuki/tcpulse/compare/v0.7.0...v0.7.1) - 2025-06-06
- serve: support to pass addrs in a file as an argument by @yuuki in https://github.com/yuuki/tcpulse/pull/18
- bump version go by @yuuki in https://github.com/yuuki/tcpulse/pull/19
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)

const version = "0.7.1"
const version = "0.7.2"

var revision = "HEAD"

Expand Down