Skip to content

Commit fc43cec

Browse files
chore: release 0.10.0 (#162)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3c71242 commit fc43cec

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.0"
2+
".": "0.10.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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+
* chore: group dependabot updates for actions and pip by @lhoupert in https://github.com/EOPF-Explorer/data-model/pull/160
17+
* fix: derive coarse spatial transforms from coordinates by @emmanuelmathot in https://github.com/EOPF-Explorer/data-model/pull/168
18+
19+
20+
**Full Changelog**: https://github.com/EOPF-Explorer/data-model/compare/v0.9.0...v0.10.0
21+
822
## 0.9.0 (2026-04-02)
923

1024
## What's Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "eopf-geozarr"
7-
version = "0.9.0"
7+
version = "0.10.0"
88
description = "GeoZarr compliant data model for EOPF datasets"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }

0 commit comments

Comments
 (0)