Skip to content
Merged
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 @@
{
".": "0.6.0"
".": "0.7.0"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@

**Full Changelog**: https://github.com/EOPF-Explorer/titiler-eopf/compare/v0.4.0...v0.5.0

## 0.7.0 (2026-01-25)

## What's Changed
* feat: update titiler.core and titiler.xarray dependencies to version 1.1.1 and titiler-openeo to version 0.10.0 by @emmanuelmathot in https://github.com/EOPF-Explorer/titiler-eopf/pull/67
* chore(deps): update titiler-openeo dependency to version 0.10.1 by @emmanuelmathot in https://github.com/EOPF-Explorer/titiler-eopf/pull/69
* chore(deps): update titiler-openeo dependency to version 0.11.0 by @emmanuelmathot in https://github.com/EOPF-Explorer/titiler-eopf/pull/70


**Full Changelog**: https://github.com/EOPF-Explorer/titiler-eopf/compare/v0.6.0...v0.7.0

## 0.6.0 (2026-01-21)

## What's Changed
Expand Down
4 changes: 2 additions & 2 deletions helm/charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 0.6.0
appVersion: 0.7.0
description: A dynamic Web Map tile server for EOPF data with caching support
name: titiler-eopf
version: 0.6.0
version: 0.7.0
icon: >-
https://raw.githubusercontent.com/EOPF-Explorer/titiler-eopf/main/docs/img/landing.png
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "titiler.eopf"
version = "0.6.0"
version = "0.7.0"
description = "TiTiler application for EOPF datasets"
readme = "README.md"
requires-python = ">=3.11,<3.13"
Expand Down