This is an automated email from the ASF dual-hosted git repository. kinow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-imaging.git
The following commit(s) were added to refs/heads/master by this push: new de0dda58 Add new release entry in changes.xml, post 1.0-alpha3 release de0dda58 is described below commit de0dda58cdabb5c22c6c2596dfa085262ce64840 Author: Bruno P. Kinoshita <ki...@users.noreply.github.com> AuthorDate: Thu May 19 16:32:39 2022 +1200 Add new release entry in changes.xml, post 1.0-alpha3 release --- src/changes/changes.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 924278cc..5f2adc54 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -44,6 +44,8 @@ The <action> type attribute can be add,update,fix,remove. <title>Apache Commons Imaging Release Notes</title> </properties> <body> + <release version="1.0" date="2022-??-??" description="1.0 release"> + </release> <release version="1.0-alpha3" date="2022-05-13" description="Third 1.0 alpha release"> <action issue="IMAGING-330" dev="kinow" type="fix" due-to="Gary Lucas"> Add PNG predictor to reduce output size.