Skip to content

Commit

Permalink
release: v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed May 28, 2024
1 parent 768d531 commit bb213cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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.4.4"
rev: "v0.4.5"
hooks:
- id: ruff
- id: ruff-format
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.3.3] - 2024-05-28

### Added

- `download_file` ([#122](https://github.com/stac-utils/stac-asset/pull/172))
- allow `text/xml` and `application/xml` to be used interchangeably ([#173](https://github.com/stac-utils/stac-asset/pull/173))
- allow `text/xml` and `application/xml` to be used interchangeably ([#173](https://github.com/stac-utils/stac-asset/pull/173))

## [0.3.2] - 2024-05-20

Expand Down Expand Up @@ -149,7 +151,8 @@ Used to be <https://github.com/gadomski/stac-asset>.

Initial release.

[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.3.2...HEAD
[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.3.3...HEAD
[0.3.3]: <https://github.com/stac-utils/stac-asset/compare/v0.3.2...v0.3.3>
[0.3.2]: <https://github.com/stac-utils/stac-asset/compare/v0.3.1...v0.3.2>
[0.3.1]: <https://github.com/stac-utils/stac-asset/compare/v0.3.0...v0.3.1>
[0.3.0]: <https://github.com/stac-utils/stac-asset/compare/v0.2.4...v0.3.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.3.2"
version = "0.3.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 bb213cd

Please sign in to comment.