This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
commit 388ab01a1a7897e1940ec9cee9b4d19a9b415b3a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Oct 23 08:09:57 2023 -0400 Document new APIs and update next version to 2.10.0 --- pom.xml | 4 ++-- src/changes/changes.xml | 12 +++++++++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index b27642a1..8066b2a7 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-configuration2</artifactId> - <version>2.9.1-SNAPSHOT</version> + <version>2.10.0-SNAPSHOT</version> <name>Apache Commons Configuration</name> <inceptionYear>2001</inceptionYear> @@ -534,7 +534,7 @@ <properties> <commons.componentid>configuration</commons.componentid> <commons.module.name>org.apache.commons.configuration2</commons.module.name> - <commons.release.version>2.9.1</commons.release.version> + <commons.release.version>2.10.0</commons.release.version> <commons.release.desc>(Java 8)</commons.release.desc> <commons.release.2.name>commons-configuration-${commons.release.2.version}</commons.release.2.name> <commons.release.2.version>1.10</commons.release.2.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e15aab20..541969ed 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -23,7 +23,7 @@ <author email="d...@commons.apache.org">Apache Commons Community</author> </properties> <body> - <release version="2.9.1" date="20YY-MM-DD" description="Minor release with new features and updated dependencies."> + <release version="2.10.0" date="20YY-MM-DD" description="Minor release with new features and updated dependencies."> <!-- FIX --> <action dev="ggregory" type="fix" due-to="step-security-bot, Gary Gregory"> [StepSecurity] ci: Harden GitHub Actions #307. @@ -34,6 +34,16 @@ <action dev="ggregory" type="fix" due-to="KeijoB, Gary Gregory"> Take prefix delimiter into account when SubsetConfiguration.getKeysInternal() is called #300. </action> + <!-- ADD --> + <action dev="ggregory" type="fix" due-to="KeijoB, Gary Gregory"> + Add AbstractConfiguration.getKeysInternal(String, String) #300. + </action> + <action dev="ggregory" type="fix" due-to="KeijoB, Gary Gregory"> + Add ImmutableConfiguration.getKeys(String, String) #300. + </action> + <action dev="ggregory" type="fix" due-to="KeijoB, Gary Gregory"> + Add PrefixedKeysIterator.PrefixedKeysIterator(Iterator<String%gt;, String, String) #300. + </action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Dependabot"> Bump jackson-databind from 2.14.2 to 2.15.3 #297, #303, #326.