Skip to content

Commit

Permalink
Release 0.30.0
Browse files Browse the repository at this point in the history
New features

* WarcReader and WarcParser gained a lenient parsing mode which:
   - permits ASCII control characters in header field names and values
   - allows lines to end with LF instead of CRLF
   - permits multi-digit WARC minor versions like "0.18"
  • Loading branch information
ato committed Jun 28, 2024
1 parent 6953a77 commit 20d2971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.netpreserve</groupId>
<artifactId>jwarc</artifactId>
<version>0.29.0</version>
<version>0.30.0</version>

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

0 comments on commit 20d2971

Please sign in to comment.