Sourced from github.com/spf13/cobra's releases.
v1.1.1
- Fix: yaml.v2 2.3.0 contained a unintended breaking change. This release reverts to yaml.v2 v2.2.8 which has recent critical CVE fixes, but does not have the breaking changes. See spf13/cobra#1259 for context.
- Fix: correct internal formatting for go-md2man v2 (which caused man page generation to be broken). See spf13/cobra#1049 for context.
86f8bfd
fix manpage building with new go-md2man (#1255)f32f4ef
Don't use yaml.v2 2.3.0 which has a breaking change (#1259)