Skip to content

Commit

Permalink
release: v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Oct 20, 2023
1 parent 21813a4 commit 11a4b85
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
repos:
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v1.6.1
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -16,6 +16,6 @@ repos:
- types-tabulate
- types-tqdm
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.292"
rev: "v0.1.1"
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.3] - 2023-10-20

### Added

- `keep_non_downloaded` ([#116](https://github.com/stac-utils/stac-asset/pull/116))
Expand Down Expand Up @@ -109,7 +111,8 @@ Used to be <https://github.com/gadomski/stac-asset>.

Initial release.

[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.2.2...HEAD
[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.2.3...HEAD
[0.2.3]: https://github.com/stac-utils/stac-asset/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/stac-utils/stac-asset/compare/v0.2.1...v0.2.2
[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
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.2"
version = "0.2.3"
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 11a4b85

Please sign in to comment.