From 7280c5be6c2d27167914e21ed5e48cb584b5fc82 Mon Sep 17 00:00:00 2001 From: Leonardo Uieda Date: Wed, 7 Feb 2024 20:20:15 -0300 Subject: [PATCH] Add a changelog entry for v0.6.0 Minor release including a new version of a dataset. --- doc/changes.rst | 26 ++++++++++++++++++++++++++ doc/versions.rst | 1 + 2 files changed, 27 insertions(+) diff --git a/doc/changes.rst b/doc/changes.rst index a650ff2..cc36988 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -3,6 +3,32 @@ Changelog ========= +Version 0.6.0 +------------- + +Released on: 2024/02/07 + +DOI: https://doi.org/10.5281/zenodo.10632724 + +Updated data: + +* Update the Caribbean bathymetry data to v2. The new version has fewer points (smaller area), removed the very dense surveys, removed the surveys with systematic errors (`#54 `__) + +Documentation: + +* Update documentation dependencies to use the latest sphinx, theme, and plugins (`#53 `__) + +Maintenance: + +* Add testing and support for Python 3.11 (`#61 `__) +* Use Dependabot to update GitHub Actions (`#55 `__) +* Remove the schedule CI run of the tests (`#52 `__) +* Fail CI if codecov upload fails (`#51 `__) + +This release contains contributions from: + +* Leonardo Uieda + Version 0.5.0 ------------- diff --git a/doc/versions.rst b/doc/versions.rst index a382b41..ffa1798 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) +* `v0.6.0 `__ * `v0.5.0 `__ * `v0.4.0 `__ * `v0.3.0 `__