diff --git a/doc/changes.rst b/doc/changes.rst index cd7d7eae..2e3fc965 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -3,6 +3,45 @@ Changelog ========= +Version 1.8.0 +------------- + +*Released on: 2023/10/24* + +doi:`10.5281/zenodo.10037888 `__ + +Bug fixes: + +* Fix bug: add support for old and new Zenodo APIs (`#375 `__) + +New features: + +* Only create local data directories if necessary (`#370 `__) +* Speed up import time by lazy loading requests (`#328 `__) + +Maintenance: + +* Add support for Python 3.11 (`#348 `__) +* Only run CI cron job for the upstream repository (`#361 `__) + +Documentation: + +* Add GemGIS to list of projects using Pooch (`#349 `__) +* Fix spelling of Dataverse (`#353 `__) +* Fix grammar on retrieve documentation (`#359 `__) + + +This release contains contributions from: + +* Hugo van Kemenade +* AlexanderJuestel +* Mark Harfouche +* Philip Durbin +* Rob Luke +* Santiago Soler +* Stephan Hoyer + + Version 1.7.0 ------------- diff --git a/doc/versions.rst b/doc/versions.rst index 1b0a3450..c6da8e44 100644 --- a/doc/versions.rst +++ b/doc/versions.rst @@ -7,6 +7,7 @@ Use the links below to access documentation for specific versions * `Latest release `__ * `Development `__ (reflects the current development branch on GitHub) +* `v1.8.0 `__ * `v1.7.0 `__ * `v1.6.0 `__ * `v1.5.2 `__