Skip to content

Commit

Permalink
Preparation for release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
djspstfc committed Sep 4, 2024
1 parent a8c6bfc commit 557e342
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 69 deletions.
22 changes: 18 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,31 @@ All notable changes to this package are recorded in this document.
This format is based on `Keep a ChangeLog <https://keepachangelog.com/>`_ and this project
adheres to `Semantic Versioning <https://semver.org>`_.

[Unreleased] - 2024-08-13
[Unreleased] - 2024-09-04
-------------------------


`0.3.2 <https://github.com/ESGF/esgf-playground-utils/releases/tag/0.3.2>`_ - 2024-09-04
-----------------------------------------------------------------------------------------

Added
^^^^^

- Payload model (:py:class:`esgf_playground_utils.models.kafka.PartialUpdatePayload`) for "soft delete` of an
:py:class:`stac_pydantic.item.Item`.

Changed
^^^^^^^

- Corrected typo in CHANGELOG
- Removed duplication in pre-commit configuration
- Updated certifi (2024.7.4 -> 2024.8.30)
- Updated idna (3.7 -> 3.8)
- Updated pbr (6.0.0 -> 6.1.0)
- Updated geojson-pydantic (1.1.0 -> 1.1.1)
- Updated rich (13.7.1 -> 13.8.0)
- Updated stevedore (5.2.0 -> 5.3.0)
- Updated mypy (1.11.1 -> 1.11.2)
- Updated sphinx-autoapi (3.2.1 -> 3.3.1)
- Updated stac-pydantic (3.1.1 -> 3.1.2)

Removed
^^^^^^^
Expand All @@ -25,7 +39,7 @@ Fixed
^^^^^

`0.3.1 <https://github.com/ESGF/esgf-playground-utils/releases/tag/0.3.1>`_ - 2024-08-13
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------

Added
^^^^^
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
project = "ESGF Playground Utils"
copyright = "2024, David Poulter"
author = "David Poulter"
release = "0.3.1-alpha.2"
release = "0.3.2"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
Loading

0 comments on commit 557e342

Please sign in to comment.