You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28-3
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,36 @@
1
1
# Cobra Changelog
2
2
3
-
## Pending
4
-
* Fix man page doc generation - no auto generated tag when `cmd.DisableAutoGenTag = true`@jpmcb
3
+
## v1.1.2
4
+
5
+
### Notable Changes
6
+
7
+
* Bump license year to 2021 in golden files (#1309) @Bowbaq
8
+
* Enhance PowerShell completion with custom comp (#1208) @Luap99
9
+
* 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
10
+
* Documentation readability improvements (#1228 etc.) @zaataylor etc.
11
+
* Use golangci-lint: Repair warnings and errors resulting from linting (#1044) @umarcor
12
+
13
+
## v1.1.1
14
+
15
+
***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 https://github.com/spf13/cobra/pull/1259 for context.
16
+
***Fix:** correct internal formatting for go-md2man v2 (which caused man page generation to be broken). See https://github.com/spf13/cobra/issues/1049 for context.
17
+
18
+
## v1.1.0
19
+
20
+
### Notable Changes
21
+
22
+
* Extend Go completions and revamp zsh comp (#1070)
23
+
* Fix man page doc generation - no auto generated tag when `cmd.DisableAutoGenTag = true` (#1104) @jpmcb
24
+
* Add completion for help command (#1136)
25
+
* Complete subcommands when TraverseChildren is set (#1171)
26
+
* Fix stderr printing functions (#894)
27
+
* fix: fish output redirection (#1247)
5
28
6
29
## v1.0.0
30
+
7
31
Announcing v1.0.0 of Cobra. 🎉
8
-
**Notable Changes**
32
+
33
+
### Notable Changes
9
34
* Fish completion (including support for Go custom completion) @marckhouzam
10
35
* API (urgent): Rename BashCompDirectives to ShellCompDirectives @marckhouzam
11
36
* Remove/replace SetOutput on Command - deprecated @jpmcb
0 commit comments