Skip to content

Commit

Permalink
release: v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Jul 28, 2024
1 parent d9ee425 commit f7170f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.1
rev: v1.11.0
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -12,7 +12,7 @@ repos:
- types-tabulate
- types-tqdm
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.5.2"
rev: "v0.5.5"
hooks:
- id: ruff
- id: ruff-format
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.4.2] - 2024-07-28

### Added

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

Initial release.

[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.4.1...HEAD
[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.4.2...HEAD
[0.4.2]: <https://github.com/stac-utils/stac-asset/compare/v0.4.1...v0.4.2>
[0.4.1]: <https://github.com/stac-utils/stac-asset/compare/v0.4.0...v0.4.1>
[0.4.0]: <https://github.com/stac-utils/stac-asset/compare/v0.3.3...v0.4.0>
[0.3.3]: <https://github.com/stac-utils/stac-asset/compare/v0.3.2...v0.3.3>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "stac-asset"
version = "0.4.1"
version = "0.4.2"
description = "Read and download STAC assets across platforms and providers"
authors = [{ name = "Pete Gadomski", email = "pete.gadomski@gmail.com" }]
readme = "README.md"
Expand Down

0 comments on commit f7170f1

Please sign in to comment.