Skip to content

Commit 11a4b85

Browse files
committed
release: v0.2.3
1 parent 21813a4 commit 11a4b85

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.9.1
3+
rev: 23.10.0
44
hooks:
55
- id: black
66
- repo: https://github.com/pre-commit/mirrors-mypy
7-
rev: v1.5.1
7+
rev: v1.6.1
88
hooks:
99
- id: mypy
1010
additional_dependencies:
@@ -16,6 +16,6 @@ repos:
1616
- types-tabulate
1717
- types-tqdm
1818
- repo: https://github.com/charliermarsh/ruff-pre-commit
19-
rev: "v0.0.292"
19+
rev: "v0.1.1"
2020
hooks:
2121
- id: ruff

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.2.3] - 2023-10-20
10+
911
### Added
1012

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

110112
Initial release.
111113

112-
[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.2.2...HEAD
114+
[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.2.3...HEAD
115+
[0.2.3]: https://github.com/stac-utils/stac-asset/compare/v0.2.2...v0.2.3
113116
[0.2.2]: https://github.com/stac-utils/stac-asset/compare/v0.2.1...v0.2.2
114117
[0.2.1]: https://github.com/stac-utils/stac-asset/compare/v0.2.0...v0.2.1
115118
[0.2.0]: https://github.com/stac-utils/stac-asset/compare/v0.1.1...v0.2.0

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.2.2"
3+
version = "0.2.3"
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)