Skip to content

Commit 557e342

Browse files
committed
Preparation for release 0.3.2
1 parent a8c6bfc commit 557e342

File tree

3 files changed

+106
-69
lines changed

3 files changed

+106
-69
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,31 @@ All notable changes to this package are recorded in this document.
66
This format is based on `Keep a ChangeLog <https://keepachangelog.com/>`_ and this project
77
adheres to `Semantic Versioning <https://semver.org>`_.
88

9-
[Unreleased] - 2024-08-13
9+
[Unreleased] - 2024-09-04
1010
-------------------------
1111

12+
13+
`0.3.2 <https://github.com/ESGF/esgf-playground-utils/releases/tag/0.3.2>`_ - 2024-09-04
14+
-----------------------------------------------------------------------------------------
15+
1216
Added
1317
^^^^^
1418

19+
- Payload model (:py:class:`esgf_playground_utils.models.kafka.PartialUpdatePayload`) for "soft delete` of an
20+
:py:class:`stac_pydantic.item.Item`.
21+
1522
Changed
1623
^^^^^^^
1724

18-
- Corrected typo in CHANGELOG
19-
- Removed duplication in pre-commit configuration
25+
- Updated certifi (2024.7.4 -> 2024.8.30)
26+
- Updated idna (3.7 -> 3.8)
27+
- Updated pbr (6.0.0 -> 6.1.0)
28+
- Updated geojson-pydantic (1.1.0 -> 1.1.1)
29+
- Updated rich (13.7.1 -> 13.8.0)
30+
- Updated stevedore (5.2.0 -> 5.3.0)
31+
- Updated mypy (1.11.1 -> 1.11.2)
32+
- Updated sphinx-autoapi (3.2.1 -> 3.3.1)
33+
- Updated stac-pydantic (3.1.1 -> 3.1.2)
2034

2135
Removed
2236
^^^^^^^
@@ -25,7 +39,7 @@ Fixed
2539
^^^^^
2640

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

3044
Added
3145
^^^^^

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
project = "ESGF Playground Utils"
1414
copyright = "2024, David Poulter"
1515
author = "David Poulter"
16-
release = "0.3.1-alpha.2"
16+
release = "0.3.2"
1717

1818
# -- General configuration ---------------------------------------------------
1919
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

0 commit comments

Comments
 (0)