|
1 | 1 | # picocli Release Notes |
2 | 2 |
|
3 | | -# <a name="2.1.0"></a> (UNRELEASED) Picocli 2.1.0 |
| 3 | +# <a name="2.0.2"></a> Picocli 2.0.2 |
4 | 4 |
|
5 | | -## <a name="2.1.0-fixes"></a> Fixed issues |
| 5 | +The picocli community is pleased to announce picocli 2.0.2. |
6 | 6 |
|
7 | | -- [#226] Bugfix: EmptyStackException when command line ends in a cluster of boolean options |
| 7 | +This is a bugfix release that prevents a EmptyStackException from being thrown when the command line |
| 8 | +ends in a cluster of boolean options, and furthermore fixes two scripting-related minor issues. |
| 9 | + |
| 10 | +This is the fourteenth public release. |
| 11 | +Picocli follows [semantic versioning](http://semver.org/). |
| 12 | + |
| 13 | +## <a name="2.0.2-toc"></a> Table of Contents |
| 14 | + |
| 15 | +* [New and noteworthy](#2.0.2-new) |
| 16 | +* [Promoted features](#2.0.2-promoted) |
| 17 | +* [Fixed issues](#2.0.2-fixes) |
| 18 | +* [Deprecations](#2.0.2-deprecated) |
| 19 | +* [Potentially breaking changes](#2.0.2-breaking-changes) |
| 20 | + |
| 21 | +## <a name="2.0.2-new"></a> New and noteworthy |
| 22 | + |
| 23 | +This is a bugfix release and does not include any new features. |
| 24 | + |
| 25 | +## <a name="2.0.2-promoted"></a> Promoted features |
| 26 | +Promoted features are features that were incubating in previous versions of picocli but are now supported and subject to backwards compatibility. |
| 27 | + |
| 28 | +No features have been promoted in this picocli release. |
| 29 | + |
| 30 | +## <a name="2.0.2-fixes"></a> Fixed issues |
| 31 | + |
| 32 | +- [#226] Bugfix: EmptyStackException when command line ends in a cluster of boolean options. Thanks to [RobertZenz](https://github.com/RobertZenz). |
8 | 33 | - [#222] Bugfix: Register default converter for Object fields for better scripting support. |
9 | 34 | - [#219] Bugfix: Command line system property -Dpicocli.trace (without value) throws exception when used with Groovy. |
10 | 35 | - [#220] Enhancement: Improve tracing for positional parameters (provide detail on current position). |
11 | | -- [#221] Enhancement: Document workaround for Grapes bug on Groovy versions before 2.4.7. |
| 36 | +- [#221] Enhancement: Add documentation for workaround for Grapes bug on Groovy versions before 2.4.7. |
| 37 | + |
| 38 | +## <a name="2.0.2-deprecated"></a> Deprecations |
| 39 | + |
| 40 | +This release does not deprecate any features. |
| 41 | + |
| 42 | +## <a name="2.0.2-breaking-changes"></a> Potentially breaking changes |
| 43 | + |
| 44 | +This release does not include any breaking features. |
| 45 | + |
| 46 | + |
12 | 47 |
|
13 | 48 | # <a name="2.0.1"></a> Picocli 2.0.1 |
14 | 49 |
|
15 | 50 | The picocli community is pleased to announce picocli 2.0.1. |
16 | 51 |
|
17 | 52 | This is a bugfix release that removes a dependency on Java 1.7 which was accidentally included. |
18 | 53 |
|
| 54 | +This is the thirteenth public release. |
| 55 | +Picocli follows [semantic versioning](http://semver.org/). |
| 56 | + |
19 | 57 | ## <a name="2.0.1-toc"></a> Table of Contents |
20 | 58 |
|
21 | 59 | * [New and noteworthy](#2.0.1-new) |
|
0 commit comments