Skip to content

Commit

Permalink
release: v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Nov 5, 2024
1 parent c164de2 commit bff4dc2
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 @@ -12,7 +12,7 @@ repos:
- types-tabulate
- types-tqdm
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.7.1"
rev: "v0.7.2"
hooks:
- id: ruff
- id: ruff-format
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.4.6] - 2024-11-05

### Added

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

Initial release.

[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.4.5...HEAD
[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.4.6...HEAD
[0.4.6]: https://github.com/stac-utils/stac-asset/compare/v0.4.5...v0.4.6
[0.4.5]: https://github.com/stac-utils/stac-asset/compare/v0.4.4...v0.4.5
[0.4.4]: https://github.com/stac-utils/stac-asset/compare/v0.4.3...v0.4.4
[0.4.3]: https://github.com/stac-utils/stac-asset/compare/v0.4.2...v0.4.3
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.4.5"
version = "0.4.6"
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 bff4dc2

Please sign in to comment.