Skip to content

Commit d1f13bd

Browse files
v0.4.1
1 parent b864302 commit d1f13bd

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var (
4545
probeSpecReuse string
4646
)
4747

48-
const version = "v0.4.0"
48+
const version = "v0.4.1"
4949
const CLIName = "goatCLI " + version
5050

5151
var defaultConfigDir = os.Getenv("HOME") + "/.config"

doc/changes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# goatCLI changelog
22

3-
## next
3+
## v0.4.1
44

55
* NEW: measurement scheduling now immediately tunes in to the result stream to show results for one-offs
66
* CHANGED: renamed the `--ongoing` flag to `--periodic` for measurement scheduling
7+
* CHANGED: various enhancements to output formats and accommodate goatapi result changes
78

89
## v0.4.0
910

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require github.com/go-ini/ini v1.66.4
66

77
require (
88
github.com/google/uuid v1.3.0
9-
github.com/robert-kisteleki/goatapi v0.4.0
9+
github.com/robert-kisteleki/goatapi v0.4.2
1010
golang.org/x/exp v0.0.0-20220518171630-0b5c67f07fdf
1111
)
1212

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ github.com/miekg/dns v1.1.50 h1:DQUfb9uc6smULcREF09Uc+/Gd46YWqJd5DbpPE9xkcA=
1010
github.com/miekg/dns v1.1.50/go.mod h1:e3IlAVfNqAllflbibAZEWOXOQ+Ynzk/dDozDxY7XnME=
1111
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
1212
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
13-
github.com/robert-kisteleki/goatapi v0.4.0 h1:ObBjat1nt3CK54AUH+8Gs4oC3YWiGkhsxg2VmNcLl5M=
14-
github.com/robert-kisteleki/goatapi v0.4.0/go.mod h1:VI/WKrqDw/lJbb+e3Tt8I+40w/+6JxN84Xktpgyo6g0=
13+
github.com/robert-kisteleki/goatapi v0.4.2 h1:ARA7ivsD3pwrnGtVDtWywCpES/mX6A2vSfbrff0OJLU=
14+
github.com/robert-kisteleki/goatapi v0.4.2/go.mod h1:VI/WKrqDw/lJbb+e3Tt8I+40w/+6JxN84Xktpgyo6g0=
1515
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
1616
github.com/stretchr/testify v1.7.2 h1:4jaiDzPyXQvSd7D0EjG45355tLlV3VOECpq10pLC+8s=
1717
github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals=

0 commit comments

Comments
 (0)