From 959db07342acea191304ac145dcf895ec4f68ea8 Mon Sep 17 00:00:00 2001 From: "ds-release-bot[bot]" <116609932+ds-release-bot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 17:02:02 +0000 Subject: [PATCH] chore(main): release 0.3.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 31 +++++++++++++++++++ pyproject.toml | 2 +- .../eoapi/raster/eoapi/raster/__init__.py | 2 +- runtimes/eoapi/stac/eoapi/stac/__init__.py | 2 +- .../eoapi/vector/eoapi/vector/__init__.py | 2 +- 6 files changed, 36 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6969ddf..18cac80 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.3" + ".": "0.3.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3596729..8c05a23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,37 @@ All notable changes to this project will be documented in this file. +## [0.3.4](https://github.com/developmentseed/eoapi-devseed/compare/0.3.3...0.3.4) (2026-07-14) + + +### Added + +* added traefik reverse proxy. ([#65](https://github.com/developmentseed/eoapi-devseed/issues/65)) ([2c86c02](https://github.com/developmentseed/eoapi-devseed/commit/2c86c021c25405484cd2574e307beb971d8674f1)) +* rely on release-please for release management. ([#66](https://github.com/developmentseed/eoapi-devseed/issues/66)) ([4eccc05](https://github.com/developmentseed/eoapi-devseed/commit/4eccc05aae0518497286ebe9d96e13b846fbe4e3)) +* swagger-ui landing pages for apis. ([73a2631](https://github.com/developmentseed/eoapi-devseed/commit/73a2631a6ae97afdaf4d29d664af58d1ada32060)) + + +### Fixed + +* dependency version mismatch. ([8fbf1ce](https://github.com/developmentseed/eoapi-devseed/commit/8fbf1ceec72aa83f244164c89377c1ee5710e94c)) +* upstream stac browser adjustments. ([2171b75](https://github.com/developmentseed/eoapi-devseed/commit/2171b755931f9ddc17dd8a7535b37847b85015f2)) + + +### Maintenance + +* add Docker Compose to dependabot. ([b8bbbed](https://github.com/developmentseed/eoapi-devseed/commit/b8bbbeda0cdff1c5d06400504ef919317ef413b6)) +* adjust release-please sections. ([cd31ea3](https://github.com/developmentseed/eoapi-devseed/commit/cd31ea3815955d41862bb5bfc489cad93cd3c8b2)) +* **ci:** Added dependabot. ([5fa03b0](https://github.com/developmentseed/eoapi-devseed/commit/5fa03b02518a6fbc47945bad51ee5eb612de417f)) +* **deps:** bump aws-cdk from 2.1130.0 to 2.1131.0 ([#68](https://github.com/developmentseed/eoapi-devseed/issues/68)) ([d0c80d7](https://github.com/developmentseed/eoapi-devseed/commit/d0c80d72865891dd1f6bef726b53149d17b00350)) +* **deps:** bump stac-utils/pgstac from v0.9.9 to v0.9.11 ([#69](https://github.com/developmentseed/eoapi-devseed/issues/69)) ([3ced714](https://github.com/developmentseed/eoapi-devseed/commit/3ced71419d02a2e63f0603539874967e0e68c830)) +* **deps:** bump titiler-extensions ([#61](https://github.com/developmentseed/eoapi-devseed/issues/61)) ([77d1fb1](https://github.com/developmentseed/eoapi-devseed/commit/77d1fb1436de00237bf437a8417b1604e896540c)) +* publish containers. ([59063d7](https://github.com/developmentseed/eoapi-devseed/commit/59063d78a92ddfedbcd52b26da7183d1b33603d9)) + + +### Other + +* pin GitHub Actions to SHA digests ([#58](https://github.com/developmentseed/eoapi-devseed/issues/58)) ([46ab703](https://github.com/developmentseed/eoapi-devseed/commit/46ab70341832a3be0631b97fdceb9634834c3cc1)) + ## [unreleased] ## [0.3.3] - 2026-1-23 diff --git a/pyproject.toml b/pyproject.toml index dfd94e1..bb1a5ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "eoapi-devseed" -version = "0.3.3" +version = "0.3.4" description = "Add your description here" readme = "README.md" requires-python = ">=3.12" diff --git a/runtimes/eoapi/raster/eoapi/raster/__init__.py b/runtimes/eoapi/raster/eoapi/raster/__init__.py index 3d0374a..8cacb1b 100644 --- a/runtimes/eoapi/raster/eoapi/raster/__init__.py +++ b/runtimes/eoapi/raster/eoapi/raster/__init__.py @@ -1,3 +1,3 @@ """eoapi.raster.""" -__version__ = "0.3.3" # x-release-please-version +__version__ = "0.3.4" # x-release-please-version diff --git a/runtimes/eoapi/stac/eoapi/stac/__init__.py b/runtimes/eoapi/stac/eoapi/stac/__init__.py index 8a10434..e37dc76 100644 --- a/runtimes/eoapi/stac/eoapi/stac/__init__.py +++ b/runtimes/eoapi/stac/eoapi/stac/__init__.py @@ -1,3 +1,3 @@ """eoapi.stac.""" -__version__ = "0.3.3" # x-release-please-version +__version__ = "0.3.4" # x-release-please-version diff --git a/runtimes/eoapi/vector/eoapi/vector/__init__.py b/runtimes/eoapi/vector/eoapi/vector/__init__.py index c586fc9..1dd5c41 100644 --- a/runtimes/eoapi/vector/eoapi/vector/__init__.py +++ b/runtimes/eoapi/vector/eoapi/vector/__init__.py @@ -1,3 +1,3 @@ """eoapi.vector.""" -__version__ = "0.3.3" # x-release-please-version +__version__ = "0.3.4" # x-release-please-version