File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,8 +6,37 @@ All notable changes to this package are recorded in this document.
66This format is based on `Keep a ChangeLog <https://keepachangelog.com/ >`_ and this project
77adheres to `Semantic Versioning <https://semver.org >`_.
88
9- [Unreleased] - 2024-09-04
10- -------------------------
9+ [Unreleased]
10+ ------------
11+
12+ Added
13+ ^^^^^
14+
15+ Changed
16+ ^^^^^^^
17+
18+ Removed
19+ ^^^^^^^
20+
21+ Fixed
22+ ^^^^^
23+
24+ `1.0.0 <https://github.com/ESGF/esgf-playground-utils/releases/tag/1.0.0 >`_ - 2025-02-14
25+ -----------------------------------------------------------------------------------------
26+
27+ Added
28+ ^^^^^
29+
30+ Changed
31+ ^^^^^^^
32+ - Updated ESGFItemProperties to more accurate typing.
33+ - Updated Kafka Models in particular authorisation section.
34+
35+ Removed
36+ ^^^^^^^
37+
38+ Fixed
39+ ^^^^^
1140
1241`0.3.8 <https://github.com/ESGF/esgf-playground-utils/releases/tag/0.3.8 >`_ - 2024-11-19
1342-----------------------------------------------------------------------------------------
@@ -23,6 +52,7 @@ Removed
2352^^^^^^^
2453
2554Fixed
55+ ^^^^^
2656
2757`0.3.7 <https://github.com/ESGF/esgf-playground-utils/releases/tag/0.3.7 >`_ - 2024-11-19
2858-----------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 1313project = "ESGF Playground Utils"
1414copyright = "2024, David Poulter"
1515author = "David Poulter"
16- release = "0.3.4 "
16+ release = "1.0.0 "
1717
1818# -- General configuration ---------------------------------------------------
1919# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " esgf-playground-utils"
3- version = " 0.4.1 "
3+ version = " 1.0.0 "
44description = " Common library and models for the ESGF-Playground"
55readme = " README.rst"
66authors = [
You can’t perform that action at this time.
0 commit comments