Skip to content

Commit

Permalink
release: v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Oct 29, 2024
1 parent 1f7df99 commit b377f95
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- types-tabulate
- types-tqdm
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.7.0"
rev: "v0.7.1"
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.5] - 2024-10-29

### Added

- Added logic to select `EarthdataClient` when appropriate ([#235](https://github.com/stac-utils/stac-asset/pull/235))
Expand Down Expand Up @@ -208,7 +210,8 @@ Used to be <https://github.com/gadomski/stac-asset>.

Initial release.

[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.4.4...HEAD
[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.4.5...HEAD
[0.4.5]: https://github.com/stac-utils/stac-asset/compare/v0.4.4...v0.4.5
[0.4.4]: https://github.com/stac-utils/stac-asset/compare/v0.4.3...v0.4.4
[0.4.3]: https://github.com/stac-utils/stac-asset/compare/v0.4.2...v0.4.3
[0.4.2]: https://github.com/stac-utils/stac-asset/compare/v0.4.1...v0.4.2
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.4"
version = "0.4.5"
description = "Read and download STAC assets across platforms and providers"
authors = [{ name = "Pete Gadomski", email = "[email protected]" }]
readme = "README.md"
Expand Down

0 comments on commit b377f95

Please sign in to comment.