You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/02/03 13:15:41 UTC

[commons-csv] branch master updated: Add placeholder for next release

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-csv.git


The following commit(s) were added to refs/heads/master by this push:
     new 481dc2b0 Add placeholder for next release
481dc2b0 is described below

commit 481dc2b07425b0bc1a276cec7451ed85f3636bae
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Feb 3 08:15:37 2023 -0500

    Add placeholder for next release
---
 src/changes/changes.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ae91151a..da1c544b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -38,6 +38,8 @@
     <title>Apache Commons CSV Release Notes</title>
   </properties>
   <body>
+    <release version="1.10.1" date="2023-MM-DD" description="Feature and bug fix release (Java 8)">
+    </release>
     <release version="1.10.0" date="2023-01-28" description="Feature and bug fix release (Java 8)">
       <!-- FIX -->
       <action                 type="fix" dev="ggregory" due-to="Arturo Bernal">Minor changes #172.</action>