All Versions
12
Latest Version
Avg Release Cycle
121 days
Latest Release
-

Changelog History
Page 1

  • v1.1.3 Changes

    • ๐Ÿ›  Fix: release-branch.cobra1.1 only: Revert "Deprecate Go < 1.14" to maintain backward compatibility
  • v1.1.2 Changes

    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 Changes

    October 18, 2020
    • ๐Ÿ›  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 Changes

    October 14, 2020

    Notable Changes

    • Extend Go completions and revamp zsh comp (#1070)
    • โž• 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 Changes

    April 10, 2020

    v1.0.0

    ๐Ÿฑ Announcing v1.0.0 of Cobra. ๐ŸŽ‰

    Notable Changes

    • ๐Ÿ‘ Fish completion (including support for Go custom completion) @marckhouzam
    • API (urgent): Rename BashCompDirectives to ShellCompDirectives @marckhouzam
    • โœ‚ Remove/replace SetOutput on Command - deprecated @jpmcb
    • โž• add support for autolabel stale PR @xchapter7x
    • โž• Add Labeler Actions @xchapter7x
    • Custom completions coded in Go (instead of Bash) @marckhouzam
    • โช Partial Revert of #922 @jharshman
    • โž• Add Makefile to project @jharshman
    • ๐Ÿ“š Correct documentation for InOrStdin @desponda
    • Apply formatting to templates @jharshman
    • โช Revert change so help is printed on stdout again @marckhouzam
    • โšก๏ธ Update md2man to v2.0.0 @pdf
    • โšก๏ธ update viper to v1.4.0 @umarcor
    • โšก๏ธ Update cmd/root.go example in README.md @jharshman
  • v0.0.7 Changes

    March 27, 2020

    ๐Ÿ› 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

    February 20, 2020
  • v0.0.5 Changes

    June 07, 2019

    2019-06-07

  • v0.0.4 Changes

    May 18, 2019

    As requested in #259 and #857.

    ๐Ÿ”„ Changes:
    v0.0.3...v0.0.4

  • v0.0.3 Changes

    May 15, 2018

    ๐Ÿท Tagged release for package managers, as requested in #693.