From 81035bf275fbc07d030b35af5788c42b42eb0029 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 14:40:49 +0000 Subject: [PATCH] chore: release 0.10.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e1a24428..31ed71b1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.1" + ".": "0.10.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 20c5c3be..55790b77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.10.2 (2026-06-10) + +## What's Changed +* ci(deps): bump the actions group with 3 updates by @dependabot[bot] in https://github.com/EOPF-Explorer/data-model/pull/185 + + +**Full Changelog**: https://github.com/EOPF-Explorer/data-model/compare/v0.10.1...v0.10.2 + ## 0.10.1 (2026-06-09) ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index 2d371778..aea510db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "eopf-geozarr" -version = "0.10.1" +version = "0.10.2" description = "GeoZarr compliant data model for EOPF datasets" readme = "README.md" license = { text = "Apache-2.0" }