Skip to content

Commit ee5fcae

Browse files
Release v0.39.0 (#9)
1 parent c2d8ba6 commit ee5fcae

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.39.0] - 2025-07-16
11+
1012
### Added
1113

1214
- `tilebox-workflows`: Added `cancel_jobs` argument to `AutomationClient.delete` to optionally cancel all currently queued or running jobs of the automation.
1315

16+
### Changed
17+
18+
- `tilebox-datasets`: Changed `TimeInterval` and `TimeIntervalLike` imports from `tilebox.datasets.data` to `tilebox.datasets.query`.
19+
1420
## [0.38.0] - 2025-06-24
1521

1622
### Added
@@ -202,7 +208,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
202208
- Released packages: `tilebox-datasets`, `tilebox-workflows`, `tilebox-storage`, `tilebox-grpc`
203209

204210

205-
[Unreleased]: https://github.com/tilebox/tilebox-python/compare/v0.38.0...HEAD
211+
[Unreleased]: https://github.com/tilebox/tilebox-python/compare/v0.39.0...HEAD
212+
[0.39.0]: https://github.com/tilebox/tilebox-python/compare/v0.38.0...v0.39.0
206213
[0.38.0]: https://github.com/tilebox/tilebox-python/compare/v0.37.1...v0.38.0
207214
[0.37.1]: https://github.com/tilebox/tilebox-python/compare/v0.37.0...v0.37.1
208215
[0.37.0]: https://github.com/tilebox/tilebox-python/compare/v0.36.1...v0.37.0

0 commit comments

Comments
 (0)