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 da1eafd7 Updates for the next release
da1eafd7 is described below
commit da1eafd78cb4d9e697f46b3d117617c728fdac11
Author: Gary D. Gregory <[email protected]>
AuthorDate: Wed Jul 30 14:52:35 2025 +0000
Updates for the next release
---
src/changes/changes.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c9c31d25..2e2e3b31 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -40,6 +40,11 @@
<title>Apache Commons CSV Release Notes</title>
</properties>
<body>
+ <release version="1.14.2" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
+ <!-- FIX -->
+ <!-- ADD -->
+ <!-- UPDATE -->
+ </release>
<release version="1.14.1" date="2025-07-27" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<action type="fix" issue="CSV-318" dev="ggregory" due-to="Joseph
Shraibman, Gary Gregory">CSVPrinter.printRecord(Stream) hangs if given a
parallel stream.</action>