No breaking-change keywords detected in release notes.
v1.10.1
2025-09-01
⚠ Potential breaking changes
v1.0.9 of pflags brought back `ParseErrorsWhitelist` and marked it as deprecated
v1.10.0
2025-09-01
⚠ Potential breaking changes
This version of `pflag` carried a breaking change: it renamed `ParseErrorsWhitelist` to `ParseErrorsAllowlist` which can break builds if both `pflag` and `cobra` are dependencies in your project.
or_** use the newer, fixed version of `pflag` v1.0.9 which keeps the deprecated `ParseErrorsWhitelist
Remove traling curlybrace by @yedayak in https://github.com/spf13/cobra/pull/2237
v1.9.1
2025-02-16
No breaking-change keywords detected in release notes.
v1.9.0
2025-02-15
⚠ Potential breaking changes
Fix deprecation comment for Command.SetOutput by @thaJeztah in https://github.com/spf13/cobra/pull/2172
Replace deprecated ioutil usage by @nirs in https://github.com/spf13/cobra/pull/2181
v1.8.1
2024-06-14
⚠ Potential breaking changes
Remove fully inactivated linters by @nirs in https://github.com/spf13/cobra/pull/2148
Address golangci-lint deprecation warnings, enable some more linters by @scop in https://github.com/spf13/cobra/pull/2152
chore: remove repetitive words by @racerole in https://github.com/spf13/cobra/pull/2122
v1.8.0
2023-11-04
⚠ Potential breaking changes
golangci: enable 'unused' and disable deprecated replaced by it by @umarcor in https://github.com/spf13/cobra/pull/1983
doc: fix typo, Deperecated -> Deprecated by @callthingsoff in https://github.com/spf13/cobra/pull/2000
v1.7.0
2023-04-04
⚠ Potential breaking changes
Don't remove flag values that match sub-command name: @brianpursley #1781