Skip to content

Commit 0689dc8

Browse files
committed
Prepare for the next release candidate
1 parent 4098222 commit 0689dc8

File tree

3 files changed

+37
-4
lines changed

3 files changed

+37
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
(the "License"); you may not use this file except in compliance with
77
the License. You may obtain a copy of the License at
88
9-
http://www.apache.org/licenses/LICENSE-2.0
9+
https://www.apache.org/licenses/LICENSE-2.0
1010
1111
Unless required by applicable law or agreed to in writing, software
1212
distributed under the License is distributed on an "AS IS" BASIS,
@@ -45,7 +45,7 @@ Apache Commons Codec
4545

4646
[![Java CI](https://github.com/apache/commons-codec/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-codec/actions/workflows/maven.yml)
4747
[![Maven Central](https://img.shields.io/maven-central/v/commons-codec/commons-codec?label=Maven%20Central)](https://search.maven.org/artifact/commons-codec/commons-codec)
48-
[![Javadocs](https://javadoc.io/badge/commons-codec/commons-codec/1.17.2.svg)](https://javadoc.io/doc/commons-codec/commons-codec/1.17.2)
48+
[![Javadocs](https://javadoc.io/badge/commons-codec/commons-codec/1.18.0.svg)](https://javadoc.io/doc/commons-codec/commons-codec/1.18.0)
4949
[![CodeQL](https://github.com/apache/commons-codec/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-codec/actions/workflows/codeql-analysis.yml)
5050
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-codec/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-codec)
5151

@@ -71,7 +71,7 @@ Alternatively, you can pull it from the central Maven repositories:
7171
<dependency>
7272
<groupId>commons-codec</groupId>
7373
<artifactId>commons-codec</artifactId>
74-
<version>1.17.2</version>
74+
<version>1.18.0</version>
7575
</dependency>
7676
```
7777

RELEASE-NOTES.txt

+33
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
Apache Commons Codec 1.18.0 RELEASE NOTES
2+
-----------------------------------------
3+
4+
The Apache Commons Codec component contains encoders and decoders for
5+
formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these
6+
widely used encoders and decoders, the codec package also maintains a
7+
collection of phonetic encoding utilities.
8+
9+
This is a feature and maintenance release. Java 8 or later is required.
10+
11+
12+
New features
13+
------------
14+
15+
* Add Base32.Builder.setHexDecodeTable(boolean). Thanks to Gary Gregory, Julian Reschke.
16+
* Add Base32.Builder.setHexEncodeTable(boolean). Thanks to Gary Gregory, Julian Reschke.
17+
18+
19+
Changes
20+
-------
21+
22+
* Bump org.apache.commons:commons-parent from 78 to 79. Thanks to Gary Gregory.
23+
24+
25+
For complete information on Apache Commons Codec, including instructions on how to submit bug reports,
26+
patches, or suggestions for improvement, see the Apache Commons Codec website:
27+
28+
https://commons.apache.org/proper/commons-codec/
29+
30+
Download page: https://commons.apache.org/proper/commons-codec/download_codec.cgi
31+
32+
---------------------------------------------------------------------------------
33+
134
Apache Commons Codec 1.17.2 RELEASE NOTES
235
-----------------------------------------
336

src/changes/changes.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The <action> type attribute can be add,update,fix,remove.
4343
<author>Apache Commons Developers</author>
4444
</properties>
4545
<body>
46-
<release version="1.18.0" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
46+
<release version="1.18.0" date="2025-01-24" description="This is a feature and maintenance release. Java 8 or later is required.">
4747
<!-- FIX -->
4848
<!-- ADD -->
4949
<action type="add" dev="ggregory" due-to="Gary Gregory, Julian Reschke">Add Base32.Builder.setHexDecodeTable(boolean).</action>

0 commit comments

Comments
 (0)