You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## 0.9.0 (2026-04-02)
9
+
10
+
## What's Changed
11
+
* Add site_url to the mkdocs config by @maxrjones in https://github.com/EOPF-Explorer/data-model/pull/121
12
+
* Update GeoZarr mini-spec to EOPF V1 by @emmanuelmathot in https://github.com/EOPF-Explorer/data-model/pull/129
13
+
* use zarr-cm for defining zarr conventions metadata by @d-v-b in https://github.com/EOPF-Explorer/data-model/pull/131
14
+
* chore/fill value consistency by @d-v-b in https://github.com/EOPF-Explorer/data-model/pull/135
15
+
* Set the minimum supported python version to 3.12 by @d-v-b in https://github.com/EOPF-Explorer/data-model/pull/141
16
+
* add titiler integration test by @d-v-b in https://github.com/EOPF-Explorer/data-model/pull/137
17
+
* Pin GitHub Actions to commit SHAs (coordination#239) by @lhoupert in https://github.com/EOPF-Explorer/data-model/pull/143
18
+
* ci: add permissions block and make security checks blocking by @lhoupert in https://github.com/EOPF-Explorer/data-model/pull/145
19
+
* enh: clarify CF metadata scope in GeoZarr mini-spec and update attribute definitions by @emmanuelmathot in https://github.com/EOPF-Explorer/data-model/pull/133
20
+
* feat: include b08 in resolution groups by @d-v-b in https://github.com/EOPF-Explorer/data-model/pull/152
21
+
22
+
## New Contributors
23
+
*@maxrjones made their first contribution in https://github.com/EOPF-Explorer/data-model/pull/121
24
+
*@lhoupert made their first contribution in https://github.com/EOPF-Explorer/data-model/pull/143
0 commit comments