Skip to content

Commit 170bbc3

Browse files
committed
release: v0.4.1
1 parent 8244d7f commit 170bbc3

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/mirrors-mypy
3-
rev: v1.10.0
3+
rev: v1.10.1
44
hooks:
55
- id: mypy
66
additional_dependencies:
@@ -12,7 +12,7 @@ repos:
1212
- types-tabulate
1313
- types-tqdm
1414
- repo: https://github.com/charliermarsh/ruff-pre-commit
15-
rev: "v0.4.9"
15+
rev: "v0.5.2"
1616
hooks:
1717
- id: ruff
1818
- id: ruff-format

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.4.1] - 2024-07-17
10+
911
### Added
12+
1013
- OAuth2 support ([#180](https://github.com/stac-utils/stac-asset/pull/180))
1114
- Retry configuration for HTTP ([#192](https://github.com/stac-utils/stac-asset/pull/192))
1215

@@ -169,7 +172,8 @@ Used to be <https://github.com/gadomski/stac-asset>.
169172

170173
Initial release.
171174

172-
[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.4.0...HEAD
175+
[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.4.1...HEAD
176+
[0.4.1]: <https://github.com/stac-utils/stac-asset/compare/v0.4.0...v0.4.1>
173177
[0.4.0]: <https://github.com/stac-utils/stac-asset/compare/v0.3.3...v0.4.0>
174178
[0.3.3]: <https://github.com/stac-utils/stac-asset/compare/v0.3.2...v0.3.3>
175179
[0.3.2]: <https://github.com/stac-utils/stac-asset/compare/v0.3.1...v0.3.2>

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.4.0"
3+
version = "0.4.1"
44
description = "Read and download STAC assets across platforms and providers"
55
authors = [{ name = "Pete Gadomski", email = "pete.gadomski@gmail.com" }]
66
readme = "README.md"

0 commit comments

Comments
 (0)