From 86acc3567702fc970faa8bd6f4acb73e7d79bcbe Mon Sep 17 00:00:00 2001 From: Corentin Musard Date: Wed, 16 Jul 2025 16:27:56 +0200 Subject: [PATCH] Release v0.39.0 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97596ab..a627e17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.39.0] - 2025-07-16 + ### Added - `tilebox-workflows`: Added `cancel_jobs` argument to `AutomationClient.delete` to optionally cancel all currently queued or running jobs of the automation. +### Changed + +- `tilebox-datasets`: Changed `TimeInterval` and `TimeIntervalLike` imports from `tilebox.datasets.data` to `tilebox.datasets.query`. + ## [0.38.0] - 2025-06-24 ### Added @@ -202,7 +208,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Released packages: `tilebox-datasets`, `tilebox-workflows`, `tilebox-storage`, `tilebox-grpc` -[Unreleased]: https://github.com/tilebox/tilebox-python/compare/v0.38.0...HEAD +[Unreleased]: https://github.com/tilebox/tilebox-python/compare/v0.39.0...HEAD +[0.39.0]: https://github.com/tilebox/tilebox-python/compare/v0.38.0...v0.39.0 [0.38.0]: https://github.com/tilebox/tilebox-python/compare/v0.37.1...v0.38.0 [0.37.1]: https://github.com/tilebox/tilebox-python/compare/v0.37.0...v0.37.1 [0.37.0]: https://github.com/tilebox/tilebox-python/compare/v0.36.1...v0.37.0