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.9 .0"
2+ "." : " 0.10 .0"
33}
Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ 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.10.0 (2026-05-12)
9+
10+ ## What's Changed
11+ * fix: upgrade pytest to 9.0.3 (CVE-2025 -71176) by @lhoupert in https://github.com/EOPF-Explorer/data-model/pull/161
12+ * feat: add store-root spatial: bbox and tighten minispec requirements by @emmanuelmathot in https://github.com/EOPF-Explorer/data-model/pull/164
13+ * feat: implement scale-offset and data type casting via codecs by @d-v-b in https://github.com/EOPF-Explorer/data-model/pull/154
14+ * chore: bump urllib3 to 2.7.0 by @d-v-b in https://github.com/EOPF-Explorer/data-model/pull/166
15+ * chore: skip quicklook groups by @d-v-b in https://github.com/EOPF-Explorer/data-model/pull/165
16+
17+
18+ ** Full Changelog** : https://github.com/EOPF-Explorer/data-model/compare/v0.9.0...v0.10.0
19+
820## 0.9.0 (2026-04-02)
921
1022## 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.9 .0"
7+ version = " 0.10 .0"
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