Skip to content

Commit

Permalink
Issue #150 add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Sep 20, 2024
1 parent d62f6a6 commit 1833cc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is roughly based on [Keep a Changelog](https://keepachangelog.com/en/

<!-- start changelog -->

## 0.39.0

- More advanced process-graph splitting for cross-backend execution: not limited to splitting off `load_collection` nodes, but cut deeper into the graph. ([#150](https://github.com/Open-EO/openeo-aggregator/issues/150))

## 0.38.0

- Add request timeout configs for listing user jobs (eu-cdse/openeo-cdse-infra#188)
Expand Down
2 changes: 1 addition & 1 deletion src/openeo_aggregator/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys
from typing import Optional

__version__ = "0.38.0a1"
__version__ = "0.39.0a1"


def log_version_info(logger: Optional[logging.Logger] = None):
Expand Down

0 comments on commit 1833cc9

Please sign in to comment.