Skip to content

Commit fd1e0a9

Browse files
chore: release 0.8.0 (#120)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7f6ab8e commit fd1e0a9

3 files changed

Lines changed: 13 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.7.1"
2+
".": "0.8.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.8.0 (2026-01-21)
9+
10+
## What's Changed
11+
* Add zarr convention declarations to geo and spatial metadata by @emmanuelmathot in https://github.com/EOPF-Explorer/data-model/pull/113
12+
* fix: sentinel-2 multiscales translation, scale values, and spatial bbox consistency by @emmanuelmathot in https://github.com/EOPF-Explorer/data-model/pull/117
13+
* Fix JSON compliance for NaN values in zarr attributes by @emmanuelmathot in https://github.com/EOPF-Explorer/data-model/pull/118
14+
* feat: configure release automation by @emmanuelmathot in https://github.com/EOPF-Explorer/data-model/pull/119
15+
16+
17+
**Full Changelog**: https://github.com/EOPF-Explorer/data-model/compare/v0.7.1...v0.8.0
18+
819
## [Unreleased]
920

1021
## [0.7.0] - 2026-01-13

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.7.1"
7+
version = "0.8.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)