Skip to content

Commit f5e0862

Browse files
committed
release: v0.4.0
1 parent ebafba8 commit f5e0862

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- types-tabulate
1313
- types-tqdm
1414
- repo: https://github.com/charliermarsh/ruff-pre-commit
15-
rev: "v0.4.5"
15+
rev: "v0.4.9"
1616
hooks:
1717
- id: ruff
1818
- id: ruff-format

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [0.4.0] - 2024-06-19
10+
911
### Added
1012

11-
- Support for configuring a custom endpoint URL for `S3Client` ([#184](https://github.com/stac-utils/stac-asset/pull/184)
13+
- Support for configuring a custom endpoint URL for `S3Client` ([#184](https://github.com/stac-utils/stac-asset/pull/184))
1214
- More `HttpClient` attributes to `Config` ([#177](https://github.com/stac-utils/stac-asset/pull/177))
1315
- `derived_from` link ([#178](https://github.com/stac-utils/stac-asset/pull/178))
1416
- Option for templated paths when downloading item collections ([#181](https://github.com/stac-utils/stac-asset/pull/181))
@@ -163,7 +165,8 @@ Used to be <https://github.com/gadomski/stac-asset>.
163165

164166
Initial release.
165167

166-
[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.3.3...HEAD
168+
[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.4.0...HEAD
169+
[0.4.0]: <https://github.com/stac-utils/stac-asset/compare/v0.3.3...v0.4.0>
167170
[0.3.3]: <https://github.com/stac-utils/stac-asset/compare/v0.3.2...v0.3.3>
168171
[0.3.2]: <https://github.com/stac-utils/stac-asset/compare/v0.3.1...v0.3.2>
169172
[0.3.1]: <https://github.com/stac-utils/stac-asset/compare/v0.3.0...v0.3.1>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stac-asset"
3-
version = "0.3.3"
3+
version = "0.4.0"
44
description = "Read and download STAC assets across platforms and providers"
55
authors = [{ name = "Pete Gadomski", email = "[email protected]" }]
66
readme = "README.md"

0 commit comments

Comments
 (0)