1 parent 58424b1 commit 8e45bffCopy full SHA for 8e45bff
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [0.3.5] - 2026-06-22
+## [0.4.0] - 2026-06-22
4
- Fix WARC segment decompression range fetching issue by making decompression adaptive
5
- Handle HTTP error status codes in API responses and file downloads
6
- Add unit and integration tests for error handling and helper functions
mix.exs
@@ -1,7 +1,7 @@
defmodule CommonCrawl.MixProject do
use Mix.Project
- @version "0.3.5"
+ @version "0.4.0"
@github "https://github.com/preciz/common_crawl"
7
def project do
0 commit comments