Skip to content

Commit 5f52718

Browse files
authored
release: v0.4.6 (#241)
1 parent c164de2 commit 5f52718

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- types-tabulate
1313
- types-tqdm
1414
- repo: https://github.com/charliermarsh/ruff-pre-commit
15-
rev: "v0.7.1"
15+
rev: "v0.7.2"
1616
hooks:
1717
- id: ruff
1818
- id: ruff-format

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.4.6] - 2024-11-05
10+
911
### Added
1012

1113
- `--http-header` CLI argument ([#238](https://github.com/stac-utils/stac-asset/pull/238))
@@ -215,7 +217,8 @@ Used to be <https://github.com/gadomski/stac-asset>.
215217

216218
Initial release.
217219

218-
[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.4.5...HEAD
220+
[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.4.6...HEAD
221+
[0.4.6]: https://github.com/stac-utils/stac-asset/compare/v0.4.5...v0.4.6
219222
[0.4.5]: https://github.com/stac-utils/stac-asset/compare/v0.4.4...v0.4.5
220223
[0.4.4]: https://github.com/stac-utils/stac-asset/compare/v0.4.3...v0.4.4
221224
[0.4.3]: https://github.com/stac-utils/stac-asset/compare/v0.4.2...v0.4.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.4.5"
3+
version = "0.4.6"
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)