diff --git a/docs/changelog.md b/docs/changelog.md index f672cf4..8e94b93 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,15 +1,15 @@ # Changelog -## 1.0.1 +## 1.0.2 (2024-07-12) -_Released: 11th July 2024_ +- Fixed not explicitly declaring dependency on `urllib3` (!32) +- Improved CLI performance with lazy imports of library functionality (!33) -### Bug Fixes -- Fixed an incorrect repository URL in the package metadata and CLI epilog (!29) +## 1.0.1 (2024-07-11) -## 1.0.0 +- Fixed an incorrect repository URL in the package metadata and CLI epilog (!29) -_Released: 11th July 2024_ +## 1.0.0 (2024-07-11) This release is a major overhaul of the tool including built-in download functionality. diff --git a/pyproject.toml b/pyproject.toml index 4dbc20f..b3a41e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name="wpextract" -version="1.0.1post1" +version="1.0.2" description="Create datasets from WordPress sites" homepage="https://wpextract.readthedocs.io/" documentation="https://wpextract.readthedocs.io/"