Skip to content

Commit

Permalink
Release 0.28.6
Browse files Browse the repository at this point in the history
Bugs fixed

* Improved compatibility with ARC variants (version-block length off by one, v2 version-block, spurious linefeeds) #82
* WarcParser: Context in parse error messages was incorrectly using the parser (file) position instead of buffer position
  • Loading branch information
ato committed Feb 9, 2024
1 parent c4e3ab7 commit 29afed7
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.28.5</version>
<version>0.28.6</version>

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

0 comments on commit 29afed7

Please sign in to comment.