Skip to content

Commit b22e267

Browse files
committed
Release 0.12.0
New features * Added contains(name, value) to MessageHeaders for look for values in comma-list headers Bugs fixed * Eliminated IllegalArgumentException on duplicate media type parameters #40 * Eliminated usages of sole() when accessing HTTP headers to reduce unnecessary exceptions * Allow optional space after chunk-size in chunked transfer-encoding #33 (Sebastian Nagel)
1 parent 35de30b commit b22e267

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.11.1-SNAPSHOT</version>
12+
<version>0.12.0</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)