File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ Key to symbols
1515- 😒 change is invisible to the user
1616- 🆕 new feature
1717
18+ ## v0.27.1
19+
20+ _ release ` 2025.09.01 ` _
21+
22+ - 😒 updated dependency: ** github.com/spf13/pflag** v1.0.8 -> v1.0.9. v1.0.8 badly broke a lot of consumers.
23+
1824## v0.27.0
1925
2026_ release ` 2025.08.31 ` _
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/majohn-r/output v0.9.3
99 github.com/mattn/go-isatty v0.0.20
1010 github.com/spf13/afero v1.14.0
11- github.com/spf13/pflag v1.0.8
11+ github.com/spf13/pflag v1.0.9
1212 github.com/utahta/go-cronowriter v1.2.0
1313 golang.org/x/sys v0.35.0
1414 gopkg.in/yaml.v3 v3.0.1
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
1717github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
1818github.com/spf13/afero v1.14.0 h1:9tH6MapGnn/j0eb0yIXiLjERO8RB6xIVZRDCX7PtqWA =
1919github.com/spf13/afero v1.14.0 /go.mod h1:acJQ8t0ohCGuMN3O+Pv0V0hgMxNYDlvdk+VTfyZmbYo =
20- github.com/spf13/pflag v1.0.8 h1:/v546uKZ4gFGHpyXvV6CNKDeJBu4l5PRvxwQvdWrc0I =
21- github.com/spf13/pflag v1.0.8 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
20+ github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY =
21+ github.com/spf13/pflag v1.0.9 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
2222github.com/stretchr/testify v1.2.2 /go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs =
2323github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
2424github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
You can’t perform that action at this time.
0 commit comments