Skip to content

Commit 6429c60

Browse files
Prepare release v0.37
1 parent 2962fc7 commit 6429c60

File tree

3 files changed

+54
-38
lines changed

3 files changed

+54
-38
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: end-of-file-fixer
77
- repo: https://github.com/charliermarsh/ruff-pre-commit
88
# keep the version here in sync with the version in uv.lock
9-
rev: "v0.11.12"
9+
rev: "v0.11.13"
1010
hooks:
1111
- id: ruff-check
1212
args: [--fix, --exit-non-zero-on-fix]

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.37.0] - 2025-06-06
11+
12+
### Changed
13+
14+
- Dropped support for legacy Tilebox datasets, no longer necessary since all datasets have been migrated on the server.
15+
1016
## [0.36.1] - 2025-06-04
1117

1218
### Changed
@@ -175,7 +181,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
175181
- Released packages: `tilebox-datasets`, `tilebox-workflows`, `tilebox-storage`, `tilebox-grpc`
176182

177183

178-
[Unreleased]: https://github.com/tilebox/tilebox-python/compare/v0.36.1...HEAD
184+
[Unreleased]: https://github.com/tilebox/tilebox-python/compare/v0.37.0...HEAD
185+
[0.37.0]: https://github.com/tilebox/tilebox-python/compare/v0.36.1...v0.37.0
179186
[0.36.1]: https://github.com/tilebox/tilebox-python/compare/v0.36.0...v0.36.1
180187
[0.36.0]: https://github.com/tilebox/tilebox-python/compare/v0.35.0...v0.36.0
181188
[0.35.0]: https://github.com/tilebox/tilebox-python/compare/v0.34.0...v0.35.0

0 commit comments

Comments
 (0)