diff --git a/apache-commons-cli-build.xml b/apache-commons-cli-build.xml index 1488653..4070538 100644 --- a/apache-commons-cli-build.xml +++ b/apache-commons-cli-build.xml @@ -8,7 +8,7 @@ - + diff --git a/apache-commons-cli.changes b/apache-commons-cli.changes index 62652bb..2c71289 100644 --- a/apache-commons-cli.changes +++ b/apache-commons-cli.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Wed Nov 5 07:25:32 UTC 2025 - Fridrich Strba + +- Update to 1.10.0 + * New Features + + CLI-339: Help formatter extension in the new package #314. + + CommandLine.Builder implements Supplier. + + DefaultParser.Builder implements Supplier. + + CLI-340: Add CommandLine.getParsedOptionValues() #334. + + CLI-333: org.apache.commons.cli.Option.Builder implements + Supplier