Skip to content

Commit

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

* Added MediaType.parseLeniently() and .isValid()

Changes

* Message.contentType() and other methods that internally call it now use the lenient MediaType parser instead of throwing IllegalArgumentException #83
  • Loading branch information
ato committed Feb 14, 2024
1 parent 6ac5da8 commit e4ff0fe
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.6</version>
<version>0.29.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 e4ff0fe

Please sign in to comment.