Skip to content

Commit f7170f1

Browse files
committed
release: v0.4.2
1 parent d9ee425 commit f7170f1

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.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.1
3+
rev: v1.11.0
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.5.2"
15+
rev: "v0.5.5"
1616
hooks:
1717
- id: ruff
1818
- id: ruff-format

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.4.2] - 2024-07-28
10+
911
### Added
1012

1113
- `--http-timeout` option to the CLI ([#196](https://github.com/stac-utils/stac-asset/pull/196))
@@ -185,7 +187,8 @@ Used to be <https://github.com/gadomski/stac-asset>.
185187

186188
Initial release.
187189

188-
[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.4.1...HEAD
190+
[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.4.2...HEAD
191+
[0.4.2]: <https://github.com/stac-utils/stac-asset/compare/v0.4.1...v0.4.2>
189192
[0.4.1]: <https://github.com/stac-utils/stac-asset/compare/v0.4.0...v0.4.1>
190193
[0.4.0]: <https://github.com/stac-utils/stac-asset/compare/v0.3.3...v0.4.0>
191194
[0.3.3]: <https://github.com/stac-utils/stac-asset/compare/v0.3.2...v0.3.3>

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.1"
3+
version = "0.4.2"
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)