Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.10.0"
".": "1.11.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.11.0 (2026-07-03)

## What's Changed
* build(deps): bump the minor-and-patch group across 1 directory with 8 updates by @dependabot[bot] in https://github.com/EOPF-Explorer/data-pipeline/pull/277
* build(deps): consolidate Dependabot updates + group security PRs by @lhoupert in https://github.com/EOPF-Explorer/data-pipeline/pull/286
* build(deps): bump the minor-and-patch group with 4 updates by @dependabot[bot] in https://github.com/EOPF-Explorer/data-pipeline/pull/289
* build(deps): update zarr[cast-value-rs] requirement from >=3.2.0 to >=3.2.1 by @dependabot[bot] in https://github.com/EOPF-Explorer/data-pipeline/pull/290
* feat(stac): eodash layerExclusive + style link for S2 L2A (#206) by @lhoupert in https://github.com/EOPF-Explorer/data-pipeline/pull/278


**Full Changelog**: https://github.com/EOPF-Explorer/data-pipeline/compare/v1.10.0...v1.11.0

## 1.10.0 (2026-06-12)

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ allow-direct-references = true

[project]
name = "data-pipeline"
version = "1.10.0"
version = "1.11.0"
description = "Minimal event-driven Argo Workflows pipeline for Sentinel-2 GeoZarr conversion and STAC registration"
readme = "README.md"
requires-python = ">=3.13"
Expand Down