diff --git a/CHANGELOG.md b/CHANGELOG.md index d3c9b66..5f90878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +### 1.0.1 + +Add a [workaround](https://github.com/BGforgeNet/yawbdl/issues/5) for malformed URLs in snapshots list. + ### 1.0.0 Initial release. diff --git a/pyproject.toml b/pyproject.toml index 1ea0e25..5665256 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yawbdl" -version = "1.0.0" +version = "1.0.1" description = "A tool to download pages from Internet Archive." authors = ["BGforge "] keywords = ["Internet Archive", "web.archive.org"]