Skip to content

Commit df51378

Browse files
committed
[#1051][#1056] minor improvements; update release notes
1 parent 993955b commit df51378

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

RELEASE-NOTES.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# picocli Release Notes
22

3+
# <a name="4.4.0"></a> Picocli 4.4.0 (UNRELEASED)
4+
The picocli community is pleased to announce picocli 4.4.0.
5+
6+
This release contains bugfixes and enhancements.
7+
8+
This is the seventy-first public release.
9+
Picocli follows [semantic versioning](http://semver.org/).
10+
11+
## <a name="4.4.0-toc"></a> Table of Contents
12+
* [New and noteworthy](#4.4.0-new)
13+
* [Fixed issues](#4.4.0-fixes)
14+
* [Deprecations](#4.4.0-deprecated)
15+
* [Potential breaking changes](#4.4.0-breaking-changes)
16+
17+
## <a name="4.4.0-new"></a> New and Noteworthy
18+
19+
20+
## <a name="4.4.0-fixes"></a> Fixed issues
21+
[#1051][#1056] Enhancement: `GenerateCompletion` command no longer needs to be a direct subcommand of the root command. Thanks to [Philippe Charles](https://github.com/charphi) for the pull request.
22+
23+
24+
## <a name="4.4.0-deprecated"></a> Deprecations
25+
No features were deprecated in this release.
26+
27+
## <a name="4.4.0-breaking-changes"></a> Potential breaking changes
28+
This release has no breaking changes.
29+
30+
331
# <a name="4.3.2"></a> Picocli 4.3.2
432
The picocli community is pleased to announce picocli 4.3.2.
533

docs/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5388,7 +5388,7 @@ The following variables are predefined:
53885388
|`${COMMAND-FULL-NAME}`| 4.0 | any section of the usage help message for a command| replaced with the fully qualified name of the command (that is, preceded by its parent fully qualified name)
53895389
|`${PARENT-COMMAND-NAME}`| 4.0 | any section of the usage help message for a command| replaced with the name of its parent command
53905390
|`${PARENT-COMMAND-FULL-NAME}`| 4.0 | any section of the usage help message for a command| replaced with the fully qualified name of its parent command (that is, preceded by the name(s) of the parent command's ancestor commands)
5391-
|`${ROOT-COMMAND-NAME}`| 4.4 | any section of the usage help message for a command| replaced with the name of the root command
5391+
|`${ROOT-COMMAND-NAME}`| 4.4 | any section of the usage help message for a command| replaced with the name of the top-level command (in a command suite with subcommands)
53925392
|===
53935393

53945394
=== Custom Variables

0 commit comments

Comments
 (0)