Skip to content

Commit 6f7f12c

Browse files
committed
release: v0.3.1
1 parent f30c23f commit 6f7f12c

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/mirrors-mypy
3-
rev: v1.9.0
3+
rev: v1.10.0
44
hooks:
55
- id: mypy
66
additional_dependencies:
@@ -12,7 +12,7 @@ repos:
1212
- types-tabulate
1313
- types-tqdm
1414
- repo: https://github.com/charliermarsh/ruff-pre-commit
15-
rev: "v0.4.1"
15+
rev: "v0.4.4"
1616
hooks:
1717
- id: ruff
1818
- id: ruff-format

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [0.3.1] - 2024-05-13
10+
911
### Added
1012

1113
- More information to `DownloadError`'s string representation ([#160](https://github.com/stac-utils/stac-asset/pull/160))
1214

13-
## [0.3.0] - 2024.04.24
15+
## [0.3.0] - 2024-04-24
1416

1517
### Removed
1618

@@ -131,7 +133,8 @@ Used to be <https://github.com/gadomski/stac-asset>.
131133

132134
Initial release.
133135

134-
[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.3.0...HEAD
136+
[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.3.1...HEAD
137+
[0.3.1]: <https://github.com/stac-utils/stac-asset/compare/v0.3.0...v0.3.1>
135138
[0.3.0]: <https://github.com/stac-utils/stac-asset/compare/v0.2.4...v0.3.0>
136139
[0.2.4]: <https://github.com/stac-utils/stac-asset/compare/v0.2.3...v0.2.4>
137140
[0.2.3]: <https://github.com/stac-utils/stac-asset/compare/v0.2.2...v0.2.3>

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.3.0"
3+
version = "0.3.1"
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)