Skip to content

Commit d9d49cf

Browse files
chore: release 0.8.1
1 parent 25c6ebc commit d9d49cf

3 files changed

Lines changed: 20 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.8.0"
2+
".": "0.8.1"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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.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

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.8.0"
7+
version = "0.8.1"
88
description = "GeoZarr compliant data model for EOPF datasets"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }

0 commit comments

Comments
 (0)