Skip to content

Releases: spf13/cobra

v1.1.2

10 Feb 01:41
7f95502
Compare
Choose a tag to compare

Notable Changes

  • Bump license year to 2021 in golden files (#1309) @Bowbaq
  • Enhance PowerShell completion with custom comp (#1208) @Luap99
  • Update gopkg.in/yaml.v2 to v2.4.0: The previous breaking change in yaml.v2 v2.3.0 has been reverted, see go-yaml/yaml#670
  • Documentation readability improvements (#1228 etc.) @zaataylor etc.
  • Use golangci-lint: Repair warnings and errors resulting from linting (#1044) @umarcor

v1.1.1

18 Oct 19:13
86f8bfd
Compare
Choose a tag to compare
  • 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 #1259 for context.
  • Fix: correct internal formatting for go-md2man v2 (which caused man page generation to be broken). See #1049 for context.

v1.1.0

14 Oct 16:44
142dfb1
Compare
Choose a tag to compare

Notable Changes

  • Extend Go completions and revamp zsh comp (#1070)
  • Fix man page doc generation - no auto generated tag when cmd.DisableAutoGenTag = true (#1104)
  • Add completion for help command (#1136)
  • Complete subcommands when TraverseChildren is set (#1171)
  • Fix stderr printing functions (#894)
  • fix: fish output redirection (#1247)

v1.0.0

10 Apr 20:15
a684a6d
Compare
Choose a tag to compare

v1.0.0

Announcing v1.0.0 of Cobra. 🎉

Notable Changes

v0.0.7

27 Mar 20:45
6607e6b
Compare
Choose a tag to compare

Bug fix to restore previous exit behavior when a command is not runnable.

Issue Ref: #1056
Bug Introduced: #922
Affected Releases: 0.0.6

v0.0.6

20 Feb 06:40
@bep bep
0da0687
Compare
Choose a tag to compare
Add support for context.Context

v0.0.5

07 Jun 21:10
@bep bep
Compare
Choose a tag to compare
fixing linter issues

0.0.4

18 May 19:54
Compare
Choose a tag to compare

As requested in #259 and #857.

Changes:
v0.0.3...v0.0.4

0.0.3

15 May 15:41
Compare
Choose a tag to compare

Tagged release for package managers, as requested in #693.

0.0.2

29 Mar 17:54
Compare
Choose a tag to compare

Tagged release for package managers, as requested in #259.