Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Sep 5, 2023
1 parent 3469c85 commit 53ea085
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 @@ -16,6 +16,6 @@ repos:
- types-tabulate
- types-tqdm
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.285"
rev: "v0.0.287"
hooks:
- id: ruff
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.2.1] - 2023-09-05

### Fixed

- Use absolute paths for item collection downloads ([#96](https://github.com/stac-utils/stac-asset/pull/96), [#97](https://github.com/stac-utils/stac-asset/pull/97))
Expand Down Expand Up @@ -97,7 +99,8 @@ Used to be <https://github.com/gadomski/stac-asset>.

Initial release.

[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.2.0...HEAD
[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/stac-utils/stac-asset/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/stac-utils/stac-asset/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/stac-utils/stac-asset/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/stac-utils/stac-asset/compare/v0.0.4...v0.1.0
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.2.0"
version = "0.2.1"
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 53ea085

Please sign in to comment.