diff --git a/doc/changes.rst b/doc/changes.rst index 94a4e92..aef7933 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -3,6 +3,42 @@ Changelog ========= +Version 0.5.0 +------------- + +Released on: 2024/04/10 + +doi: https://doi.org/10.5281/zenodo.10953496 + +Bug fixes: + +* Fix issue with radiance conversion of Level 1 thermal bands (`#73 `__) +* Add missing Cirrus and Thermal 2 bands to IO functions (`#63 `__) + +New features: + +* Add function ``adjust_l1_colors`` to fix the colors of an RGB composite made from Level 1 data (`#76 `__) +* Add an option to download Level 1 data from the Momotombo eruption (`#75 `__) +* Add an Level 1 scene for Momotombo (`#74 `__) +* Allow choosing the dtype of composites (`#64 `__) + +Documentation: + +* Small improvements to some tutorials (`#77 `__) +* Update the version of Sphinx and its plugins (`#65 `__) + +Maintenance: + +* Extend testing and support for Python 3.12 (`#80 `__) +* Switch to pyproject.toml for package configuration (`#78 `__) +* Use PyPI Trusted Publishers instead of API tokens (`#67 `__) +* Use dependabot to manage GitHub Actions upgrades (`#66 `__) +* Add social media card images (`#62 `__) + +This release contains contributions from: + +* Leonardo Uieda + Version 0.4.0 ------------- diff --git a/doc/versions.rst b/doc/versions.rst index b6c39e8..f35244b 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.5.0 `__ * `v0.4.0 `__ * `v0.3.0 `__ * `v0.2.0 `__