File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.8.0 "
2+ "." : " 0.8.1 "
33}
Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 0.8.1 (2026-03-30)
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+
20+ ## New Contributors
21+ * @maxrjones made their first contribution in https://github.com/EOPF-Explorer/data-model/pull/121
22+ * @lhoupert made their first contribution in https://github.com/EOPF-Explorer/data-model/pull/143
23+
24+ ** Full Changelog** : https://github.com/EOPF-Explorer/data-model/compare/v0.8.0...v0.8.1
25+
826## 0.8.0 (2026-01-21)
927
1028## What's Changed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " eopf-geozarr"
7- version = " 0.8.0 "
7+ version = " 0.8.1 "
88description = " GeoZarr compliant data model for EOPF datasets"
99readme = " README.md"
1010license = { text = " Apache-2.0" }
You can’t perform that action at this time.
0 commit comments