Skip to content

Commit f207143

Browse files
committed
Release 0.31.1
Bugs fixed * Fixed URIs.parseLeniently() returning a different value to new URI() if the path was empty or the input contained percent encoded characters #90 #91 * Replaced some internal usages of record.targetURI() with record.target() to reduce the chance of runtime exceptions and preserve the exact original value
1 parent ebf478b commit f207143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>org.netpreserve</groupId>
1111
<artifactId>jwarc</artifactId>
12-
<version>0.31.0</version>
12+
<version>0.31.1</version>
1313

1414
<name>jwarc</name>
1515
<description>Java library for reading and writing WARC files with a typed API</description>

0 commit comments

Comments
 (0)